GDB (xrefs)
Loading...
Searching...
No Matches
Macros | Functions | Variables
amd64-windows-nat.c File Reference
#include "defs.h"
#include "windows-nat.h"
#include "x86-nat.h"
#include "amd64-tdep.h"
#include <windows.h>

Go to the source code of this file.

Macros

#define context_offset(x)   (offsetof (CONTEXT, x))
 

Functions

int amd64_windows_segment_register_p (int regnum)
 
void _initialize_amd64_windows_nat ()
 

Variables

const int amd64_mappings []
 

Macro Definition Documentation

◆ context_offset

#define context_offset ( x)    (offsetof (CONTEXT, x))

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

Referenced by windows_fetch_one_register().

Function Documentation

◆ _initialize_amd64_windows_nat()

void _initialize_amd64_windows_nat ( )

Definition at line 100 of file amd64-windows-nat.c.

References x86_set_debug_register_length().

◆ amd64_windows_segment_register_p()

int amd64_windows_segment_register_p ( int regnum)

Variable Documentation

◆ amd64_mappings

const int amd64_mappings[]

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

Referenced by windows_nat_target::do_initial_windows_stuff().