Searched refs:gdbmach_set_breakpoint (Results 1 – 5 of 5) sorted by relevance
/external/syslinux/gpxe/src/arch/x86_64/include/ |
D | gdbmach.h | 49 extern int gdbmach_set_breakpoint ( int type, unsigned long addr, size_t len, int enable );
|
/external/syslinux/gpxe/src/arch/i386/include/ |
D | gdbmach.h | 62 extern int gdbmach_set_breakpoint ( int type, unsigned long addr, size_t len, int enable );
|
/external/syslinux/gpxe/src/arch/i386/core/ |
D | gdbmach.c | 95 int gdbmach_set_breakpoint ( int type, unsigned long addr, size_t len, int enable ) { in gdbmach_set_breakpoint() function
|
/external/syslinux/com32/gdbstub/ |
D | gdbstub.c | 164 int gdbmach_set_breakpoint(int type, unsigned long addr, size_t len, int enable) in gdbmach_set_breakpoint() function 447 if (gdbmach_set_breakpoint(args[0], args[1], args[2], enable)) { in gdbstub_breakpoint()
|
/external/syslinux/gpxe/src/core/ |
D | gdbstub.c | 255 if ( gdbmach_set_breakpoint ( args [ 0 ], args [ 1 ], args [ 2 ], enable ) ) { in gdbstub_breakpoint()
|