Zephyr API 3.6.99
|
IA-32 specific gdbstub interface header. More...
Go to the source code of this file.
Data Structures | |
struct | gdb_interrupt_ctx |
GDB interruption context. More... | |
struct | gdb_ctx |
Architecture specific GDB context. More... | |
Macros | |
#define | GDB_STUB_NUM_REGISTERS 16 |
Number of register used by gdbstub in IA-32. | |
Enumerations | |
enum | GDB_REGISTER { GDB_EAX , GDB_ECX , GDB_EDX , GDB_EBX , GDB_ESP , GDB_EBP , GDB_ESI , GDB_EDI , GDB_PC , GDB_EFLAGS , GDB_CS , GDB_SS , GDB_DS , GDB_ES , GDB_FS , GDB_GS , GDB_ORIG_EAX = 41 } |
IA-32 register used in gdbstub. More... | |
IA-32 specific gdbstub interface header.
#define GDB_STUB_NUM_REGISTERS 16 |
Number of register used by gdbstub in IA-32.
enum GDB_REGISTER |