HomeSort by relevance Sort by last modified time
    Searched defs:gdbmach_set_breakpoint (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gpxe/src/arch/i386/core/
gdbmach.c 95 int gdbmach_set_breakpoint ( int type, unsigned long addr, size_t len, int enable ) { function
  /external/syslinux/com32/gdbstub/
gdbstub.c 164 int gdbmach_set_breakpoint(int type, unsigned long addr, size_t len, int enable) function
447 if (gdbmach_set_breakpoint(args[0], args[1], args[2], enable)) {

Completed in 167 milliseconds