#include "gdbsupport/common-defs.h"
#include "nat/windows-nat.h"
#include "gdbsupport/common-debug.h"
#include "target/target.h"
Go to the source code of this file.
|
static const char * | windows_nat::get_image_name (HANDLE h, void *address, int unicode) |
|
BOOL | windows_nat::continue_last_debug_event (DWORD continue_status, bool debug_events) |
|
BOOL | windows_nat::wait_for_debug_event (DEBUG_EVENT *event, DWORD timeout) |
|
template<typename FUNC , typename CHAR , typename INFO > |
BOOL | windows_nat::create_process_wrapper (FUNC *do_create_process, const CHAR *image, CHAR *command_line, DWORD flags, void *environment, const CHAR *cur_dir, bool no_randomization, INFO *startup_info, PROCESS_INFORMATION *process_info) |
|
BOOL | windows_nat::create_process (const char *image, char *command_line, DWORD flags, void *environment, const char *cur_dir, bool no_randomization, STARTUPINFOA *startup_info, PROCESS_INFORMATION *process_info) |
|
template<typename... T> |
BOOL WINAPI | windows_nat::bad (T... args) |
|
template<typename... T> |
DWORD WINAPI | windows_nat::bad (T... args) |
|
static BOOL WINAPI | windows_nat::bad_GetCurrentConsoleFont (HANDLE w, BOOL bMaxWindow, CONSOLE_FONT_INFO *f) |
|
static COORD WINAPI | windows_nat::bad_GetConsoleFontSize (HANDLE w, DWORD nFont) |
|
bool | windows_nat::disable_randomization_available () |
|
bool | windows_nat::initialize_loadable () |
|
◆ DEBUG_EVENTS
#define DEBUG_EVENTS |
( |
|
fmt, |
|
|
|
... |
|
) |
| |
Value: debug_prefixed_printf_cond (debug_events, "windows events", fmt, \
## __VA_ARGS__)
Definition at line 77 of file windows-nat.c.
◆ DEBUG_EXCEPTION_SIMPLE
#define DEBUG_EXCEPTION_SIMPLE |
( |
|
x | ) |
|
Value: if (debug_exceptions) \
debug_printf ("gdb: Target exception %s at %s\n", x, \
host_address_to_string (\
current_event.u.Exception.ExceptionRecord.ExceptionAddress))
◆ EXTENDED_STARTUPINFO_PRESENT
#define EXTENDED_STARTUPINFO_PRESENT 0x00080000 |
◆ GetModuleFileNameEx
◆ GetThreadDescription
#define GetThreadDescription dyn_GetThreadDescription |
◆ GPA
#define GPA |
( |
|
m, |
|
|
|
func |
|
) |
| func = (func ## _ftype *) GetProcAddress (m, #func) |
◆ mitigation_policy
#define mitigation_policy 0x00020007 |
◆ MS_VC_EXCEPTION
#define MS_VC_EXCEPTION 0x406d1388 |
◆ relocate_aslr_flags
#define relocate_aslr_flags ((0x2 << 8) | (0x2 << 16)) |