Searched refs:gdbstub_bkpt (Results 1 - 3 of 3) sorted by relevance
/arch/mn10300/include/asm/ |
H A D | gdb-stub.h | 176 #define gdbstub_bkpt(FMT, ...) gdbstub_printk(FMT, ##__VA_ARGS__) macro 178 #define gdbstub_bkpt(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
|
/arch/mn10300/kernel/ |
H A D | gdb-stub.c | 165 struct gdbstub_bkpt { struct 171 static struct gdbstub_bkpt gdbstub_bkpts[256]; 510 gdbstub_bkpt("Single Step from %p { %02x }\n", pc, cur); 699 gdbstub_bkpt("Step: %02x at %p; %02x at %p\n", 1090 gdbstub_bkpt("setbkpt(%p,%d)\n", addr, len); 1119 gdbstub_bkpt("Set BKPT[%02x]: %p-%p {%02x%02x%02x%02x%02x%02x%02x}\n", 1152 gdbstub_bkpt("clearbkpt(%p,%d)\n", addr, len);
|
/arch/frv/kernel/ |
H A D | gdb-stub.c | 199 struct gdbstub_bkpt { struct 205 static struct gdbstub_bkpt gdbstub_bkpts[256];
|
Completed in 88 milliseconds