OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gdbreg_t
(Results
1 - 6
of
6
) sorted by null
/external/syslinux/gpxe/src/arch/i386/include/
gdbmach.h
15
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 ) {
/external/syslinux/gpxe/src/arch/x86_64/include/
gdbmach.h
15
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 ) {
/external/syslinux/gpxe/src/include/gpxe/
gdbstub.h
75
extern void gdbstub_handler ( int signo,
gdbreg_t
*regs );
/external/syslinux/com32/gdbstub/
gdbstub.c
30
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)
104
static inline void gdbmach_set_single_step(
gdbreg_t
* regs, int step)
428
gdbreg_t
pc;
553
void gdbstub_handler(int signo,
gdbreg_t
* regs)
/external/syslinux/gpxe/src/arch/i386/core/
gdbmach.c
46
static
gdbreg_t
dr7 = DR7_CLEAR;
145
__asmcall void gdbmach_handler ( int signo,
gdbreg_t
*regs ) {
/external/syslinux/gpxe/src/core/
gdbstub.c
44
gdbreg_t
*regs;
239
gdbreg_t
pc;
362
void gdbstub_handler ( int signo,
gdbreg_t
*regs ) {
Completed in 386 milliseconds