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)(size_t)&(((CONTEXT *)NULL)->x)) |
Functions | |
int | i386_windows_segment_register_p (int regnum) |
void | _initialize_i386_windows_nat () |
Variables | |
const int | i386_mappings [] |
#define context_offset | ( | x | ) | ((int)(size_t)&(((CONTEXT *)NULL)->x)) |
Definition at line 28 of file i386-windows-nat.c.
void _initialize_i386_windows_nat | ( | ) |
Definition at line 88 of file i386-windows-nat.c.
References x86_set_debug_register_length().
int i386_windows_segment_register_p | ( | int | regnum | ) |
Definition at line 81 of file i386-windows-nat.c.
References I386_CS_REGNUM, I386_GS_REGNUM, and regnum.
Referenced by windows_nat_target::do_initial_windows_stuff().
const int i386_mappings[] |
Definition at line 29 of file i386-windows-nat.c.
Referenced by windows_nat_target::do_initial_windows_stuff().