|
GDB (API)
|
#include "defs.h"#include "windows-nat.h"#include "i386-nat.h"#include "amd64-tdep.h"#include <windows.h>Go to the source code of this file.
Defines | |
| #define | context_offset(x) (offsetof (CONTEXT, x)) |
Functions | |
| void | _initialize_amd64_windows_nat (void) |
Variables | |
| initialize_file_ftype | _initialize_amd64_windows_nat |
| #define context_offset | ( | x | ) | (offsetof (CONTEXT, x)) |
Definition at line 25 of file amd64-windows-nat.c.
| void _initialize_amd64_windows_nat | ( | void | ) |
Definition at line 102 of file amd64-windows-nat.c.
1.7.6.1