OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gdbreg_t
(Results
1 - 3
of
3
) sorted by null
/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/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/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)
Completed in 188 milliseconds