GDB (xrefs)
|
#include "defs.h"
#include "windows-nat.h"
#include "i386-nat.h"
#include "amd64-tdep.h"
#include <windows.h>
Go to the source code of this file.
Defines | |
#define | context_offset(x) (offsetof (CONTEXT, x)) |
Functions | |
static int | amd64_windows_segment_register_p (int regnum) |
void | _initialize_amd64_windows_nat (void) |
Variables | |
static const int | mappings [] |
initialize_file_ftype | _initialize_amd64_windows_nat |
#define context_offset | ( | x | ) | (offsetof (CONTEXT, x)) |
Definition at line 25 of file amd64-windows-nat.c.
Referenced by do_windows_fetch_inferior_registers().
void _initialize_amd64_windows_nat | ( | void | ) |
Definition at line 102 of file amd64-windows-nat.c.
References _initialize_amd64_windows_nat, amd64_windows_segment_register_p(), i386_set_debug_register_length(), mappings, windows_set_context_register_offsets(), and windows_set_segment_register_p().
static int amd64_windows_segment_register_p | ( | int | regnum | ) | [static] |
Definition at line 93 of file amd64-windows-nat.c.
References AMD64_CS_REGNUM, and AMD64_GS_REGNUM.
Referenced by _initialize_amd64_windows_nat().
Definition at line 26 of file amd64-windows-nat.c.
Referenced by _initialize_amd64_windows_nat(), and procfs_info_proc().