Home
last modified time | relevance | path

Searched refs:gdbreg_t (Results 1 – 6 of 6) sorted by relevance

/external/syslinux/gpxe/src/arch/x86_64/include/
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 ) { in gdbmach_set_pc()
40 static inline void gdbmach_set_single_step ( gdbreg_t *regs, int step ) { in gdbmach_set_single_step()
/external/syslinux/gpxe/src/arch/i386/include/
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 ) { in gdbmach_set_pc()
53 static inline void gdbmach_set_single_step ( gdbreg_t *regs, int step ) { in gdbmach_set_single_step()
/external/syslinux/com32/gdbstub/
Dgdbstub.c30 typedef uint32_t gdbreg_t; typedef
59 GDBMACH_SIZEOF_REGS = GDBMACH_NREGS * sizeof(gdbreg_t)
75 gdbreg_t *regs;
97 static gdbreg_t dr7 = DR7_CLEAR;
99 static inline void gdbmach_set_pc(gdbreg_t * regs, gdbreg_t pc) in gdbmach_set_pc()
104 static inline void gdbmach_set_single_step(gdbreg_t * regs, int step) in gdbmach_set_single_step()
428 gdbreg_t pc; in gdbstub_continue()
553 void gdbstub_handler(int signo, gdbreg_t * regs) in gdbstub_handler()
/external/syslinux/gpxe/src/arch/i386/core/
Dgdbmach.c46 static gdbreg_t dr7 = DR7_CLEAR;
145 __asmcall void gdbmach_handler ( int signo, gdbreg_t *regs ) { in gdbmach_handler()
/external/syslinux/gpxe/src/include/gpxe/
Dgdbstub.h75 extern void gdbstub_handler ( int signo, gdbreg_t *regs );
/external/syslinux/gpxe/src/core/
Dgdbstub.c44 gdbreg_t *regs;
239 gdbreg_t pc; in gdbstub_continue()
362 void gdbstub_handler ( int signo, gdbreg_t *regs ) { in gdbstub_handler()