GDB (xrefs)
|
#include "defs.h"
#include "windows-nat.h"
#include "x86-nat.h"
#include "amd64-tdep.h"
#include <windows.h>
Go to the source code of this file.
Macros | |
#define | context_offset(x) (offsetof (CONTEXT, x)) |
Functions | |
int | amd64_windows_segment_register_p (int regnum) |
void | _initialize_amd64_windows_nat () |
Variables | |
const int | amd64_mappings [] |
#define context_offset | ( | x | ) | (offsetof (CONTEXT, x)) |
Definition at line 25 of file amd64-windows-nat.c.
Referenced by windows_fetch_one_register().
void _initialize_amd64_windows_nat | ( | ) |
Definition at line 100 of file amd64-windows-nat.c.
References x86_set_debug_register_length().
int amd64_windows_segment_register_p | ( | int | regnum | ) |
Definition at line 93 of file amd64-windows-nat.c.
References AMD64_CS_REGNUM, AMD64_GS_REGNUM, and regnum.
Referenced by windows_nat_target::do_initial_windows_stuff().
const int amd64_mappings[] |
Definition at line 26 of file amd64-windows-nat.c.
Referenced by windows_nat_target::do_initial_windows_stuff().