GDB (xrefs)
Loading...
Searching...
No Matches
Macros | Functions | Variables
i386-windows-nat.c File Reference
#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 []
 

Macro Definition Documentation

◆ context_offset

#define context_offset ( x)    ((int)(size_t)&(((CONTEXT *)NULL)->x))

Definition at line 28 of file i386-windows-nat.c.

Function Documentation

◆ _initialize_i386_windows_nat()

void _initialize_i386_windows_nat ( )

Definition at line 88 of file i386-windows-nat.c.

References x86_set_debug_register_length().

◆ i386_windows_segment_register_p()

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().

Variable Documentation

◆ i386_mappings

const int i386_mappings[]

Definition at line 29 of file i386-windows-nat.c.

Referenced by windows_nat_target::do_initial_windows_stuff().