Searched defs:gdbstub_set_breakpoint (Results 1 - 2 of 2) sorted by relevance

/arch/mn10300/kernel/
H A Dgdb-stub.c1082 int gdbstub_set_breakpoint(u8 *addr, int len) function
1613 if (gdbstub_set_breakpoint((u8 *) addr, length) < 0)
/arch/frv/kernel/
H A Dgdb-stub.c844 static int gdbstub_set_breakpoint(unsigned long type, unsigned long addr, unsigned long len) function
1002 } /* end gdbstub_set_breakpoint() */
1942 if (gdbstub_set_breakpoint(temp, addr, length) < 0) {

Completed in 44 milliseconds