Searched refs:gdbreg_t (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dgdbmach.h15 typedef unsigned long gdbreg_t; typedef
37 GDBMACH_SIZEOF_REGS = GDBMACH_NREGS * sizeof ( gdbreg_t )
49 static inline void gdbmach_set_pc ( gdbreg_t *regs, gdbreg_t pc ) {
53 static inline void gdbmach_set_single_step ( gdbreg_t *regs, int step ) {
/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86_64/include/
H A Dgdbmach.h15 typedef unsigned long gdbreg_t; typedef
24 GDBMACH_SIZEOF_REGS = GDBMACH_NREGS * sizeof ( gdbreg_t )
36 static inline void gdbmach_set_pc ( gdbreg_t *regs, gdbreg_t pc ) {
40 static inline void gdbmach_set_single_step ( gdbreg_t *regs, int step ) {
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dgdbstub.h75 extern void gdbstub_handler ( int signo, gdbreg_t *regs );
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/core/
H A Dgdbmach.c48 static gdbreg_t dr7 = DR7_CLEAR;
147 __asmcall void gdbmach_handler ( int signo, gdbreg_t *regs ) {
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dgdbstub.c46 gdbreg_t *regs;
241 gdbreg_t pc;
364 void gdbstub_handler ( int signo, gdbreg_t *regs ) {

Completed in 53 milliseconds