Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mn10300/kernel/
Dgdb-stub.c1083 int gdbstub_set_breakpoint(u8 *addr, int len) in gdbstub_set_breakpoint() function
1614 if (gdbstub_set_breakpoint((u8 *) addr, length) < 0) in gdbstub()
/linux-2.6.39/arch/frv/kernel/
Dgdb-stub.c845 static int gdbstub_set_breakpoint(unsigned long type, unsigned long addr, unsigned long len) in gdbstub_set_breakpoint() function
1943 if (gdbstub_set_breakpoint(temp, addr, length) < 0) { in gdbstub()