Home
last modified time | relevance | path

Searched refs:hwbp (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/arch/i386/core/
Dgdbmach.c38 struct hwbp { struct
45 static struct hwbp hwbps [ 4 ]; argument
48 static struct hwbp *gdbmach_find_hwbp ( int type, unsigned long addr, size_t len ) { in gdbmach_find_hwbp()
49 struct hwbp *available = NULL; in gdbmach_find_hwbp()
62 static void gdbmach_commit_hwbp ( struct hwbp *bp ) { in gdbmach_commit_hwbp()
96 struct hwbp *bp; in gdbmach_set_breakpoint()
/external/syslinux/com32/gdbstub/
Dgdbstub.c89 struct hwbp { struct
96 static struct hwbp hwbps[4]; argument
115 static struct hwbp *gdbmach_find_hwbp(int type, unsigned long addr, size_t len) in gdbmach_find_hwbp()
117 struct hwbp *available = NULL; in gdbmach_find_hwbp()
131 static void gdbmach_commit_hwbp(struct hwbp *bp) in gdbmach_commit_hwbp()
166 struct hwbp *bp; in gdbmach_set_breakpoint()