GDB (xrefs)
Macros | Functions | Variables
/tmp/gdb-7.10/gdb/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)&(((CONTEXT *)NULL)->x))
 

Functions

static int i386_windows_segment_register_p (int regnum)
 
void _initialize_i386_windows_nat (void)
 

Variables

static const int mappings []
 
initialize_file_ftype _initialize_i386_windows_nat
 

Macro Definition Documentation

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

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

Function Documentation

void _initialize_i386_windows_nat ( void  )
static int i386_windows_segment_register_p ( int  regnum)
static

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

References I386_CS_REGNUM, and I386_GS_REGNUM.

Referenced by _initialize_i386_windows_nat().

Variable Documentation

initialize_file_ftype _initialize_i386_windows_nat
const int mappings[]
static

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

Referenced by _initialize_i386_windows_nat().