|
GDB (xrefs)
|
#include "defs.h"#include "windows-nat.h"#include "x86-nat.h"#include "i386-tdep.h"#include <windows.h>Go to the source code of this file.
Macros | |
| #define | context_offset(x) ((int)&(((CONTEXT *)NULL)->x)) |
Functions | |
| static int | i386_windows_segment_register_p (int regnum) |
| void | _initialize_i386_windows_nat (void) |
Variables | |
| static const int | mappings [] |
| #define context_offset | ( | x | ) | ((int)&(((CONTEXT *)NULL)->x)) |
Definition at line 25 of file i386-windows-nat.c.
| void _initialize_i386_windows_nat | ( | void | ) |
Definition at line 83 of file i386-windows-nat.c.
References i386_windows_segment_register_p(), mappings, windows_set_context_register_offsets(), windows_set_segment_register_p(), and x86_set_debug_register_length().
|
static |
Definition at line 77 of file i386-windows-nat.c.
References I386_CS_REGNUM, I386_GS_REGNUM, and regnum.
Referenced by _initialize_i386_windows_nat().
|
static |
Definition at line 26 of file i386-windows-nat.c.
Referenced by _initialize_i386_windows_nat().
1.8.14