ReactOS 0.4.16-dev-588-gf07ea94
|
#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, unsigned short *size) |
static void * | thread_to_reg (PETHREAD Thread, enum reg_name reg_name, unsigned short *size) |
KDSTATUS | gdb_send_registers (void) |
KDSTATUS | gdb_send_register (void) |
Definition at line 10 of file i386_sup.c.
Definition at line 24 of file i386_sup.c.
Referenced by gdb_send_register(), and gdb_send_registers().
Definition at line 223 of file i386_sup.c.
Definition at line 152 of file i386_sup.c.
|
static |
Definition at line 84 of file i386_sup.c.
Referenced by gdb_send_register(), and gdb_send_registers().