ReactOS
0.4.15-dev-5640-g0dde428
|
#include "kdgdb.h"
Go to the source code of this file.
Enumerations | |
enum | reg_name { RAX, RBX, RCX, RDX, RSI, RDI, RBP, RSP, R8, R9, R10, R11, R12, R13, R14, R15, RIP, EFLAGS, CS, SS, DS, ES, FS, GS, ST0, ST1, ST2, ST3, ST4, ST5, ST6, ST7, FCTRL, FSTAT, FTAG, FISEG, FIOFF, FOSEG, FOOFF, FOP, EAX, ECX, EDX, EBX, ESP, EBP, ESI, EDI, EIP, EFLAGS, CS, SS, DS, ES, FS, GS, ST0, ST1, ST2, ST3, ST4, ST5, ST6, ST7, FCTRL, FSTAT, FTAG, FISEG, FIOFF, FOSEG, FOOFF, FOP, XMM0, XMM1, XMM2, XMM3, XMM4, XMM5, XMM6, XMM7, MXCSR } |
Functions | |
static void * | ctx_to_reg (CONTEXT *ctx, enum reg_name name) |
static void * | thread_to_reg (PETHREAD Thread, enum reg_name reg_name) |
KDSTATUS | gdb_send_registers (void) |
KDSTATUS | gdb_send_register (void) |
Variables | |
static const unsigned char | reg_size [] |
Definition at line 10 of file amd64_sup.c.
Definition at line 34 of file amd64_sup.c.
Referenced by gdb_send_register(), and gdb_send_registers().
Definition at line 219 of file amd64_sup.c.
Referenced by gdb_receive_and_interpret_packet().
Definition at line 144 of file amd64_sup.c.
Referenced by gdb_receive_and_interpret_packet(), and send_kd_state_manipulate().
Definition at line 69 of file amd64_sup.c.
Referenced by gdb_send_register(), and gdb_send_registers().
Definition at line 21 of file amd64_sup.c.
Referenced by AtapiDmaInit(), gdb_send_register(), and gdb_send_registers().