Searched refs:gdbstub_printk (Results 1 – 4 of 4) sorted by relevance
/arch/mn10300/include/asm/ |
D | gdb-stub.h | 148 extern void gdbstub_printk(const char *fmt, ...) 152 void gdbstub_printk(const char *fmt, ...) in gdbstub_printk() function 158 #define gdbstub_entry(FMT, ...) gdbstub_printk(FMT, ##__VA_ARGS__) 164 #define gdbstub_proto(FMT, ...) gdbstub_printk(FMT, ##__VA_ARGS__) 170 #define gdbstub_io(FMT, ...) gdbstub_printk(FMT, ##__VA_ARGS__) 176 #define gdbstub_bkpt(FMT, ...) gdbstub_printk(FMT, ##__VA_ARGS__)
|
/arch/frv/include/asm/ |
D | gdb-stub.h | 108 extern void gdbstub_printk(const char *fmt, ...); 113 #define gdbstub_io(FMT,...) gdbstub_printk(FMT, ##__VA_ARGS__) 119 #define gdbstub_proto(FMT,...) gdbstub_printk(FMT,##__VA_ARGS__)
|
/arch/frv/kernel/ |
D | gdb-stub.c | 233 void gdbstub_printk(const char *fmt, ...) in gdbstub_printk() function 890 gdbstub_printk("Set BKPT[%02x]: %08lx #%d {%04x, %04x} -> { %04x, %04x }\n", in gdbstub_set_breakpoint() 1184 gdbstub_printk("\n"); in gdbstub_show_regs() 1186 gdbstub_printk("Frame: @%p [%s]\n", in gdbstub_show_regs() 1200 gdbstub_printk("Process %s (pid: %d)\n", current->comm, current->pid); in gdbstub_show_regs() 1209 gdbstub_printk("DCR %08lx ", __debug_status.dcr); in gdbstub_dump_debugregs() 1210 gdbstub_printk("BRR %08lx\n", __debug_status.brr); in gdbstub_dump_debugregs() 1212 gdbstub_printk("IBAR0 %08lx ", __get_ibar(0)); in gdbstub_dump_debugregs() 1213 gdbstub_printk("IBAR1 %08lx ", __get_ibar(1)); in gdbstub_dump_debugregs() 1214 gdbstub_printk("IBAR2 %08lx ", __get_ibar(2)); in gdbstub_dump_debugregs() [all …]
|
/arch/mn10300/kernel/ |
D | gdb-stub.c | 208 void gdbstub_printk(const char *fmt, ...) in gdbstub_printk() function 1562 gdbstub_printk("unable to set single-step" in gdbstub() 1699 gdbstub_printk("--> gdbstub reentered itself\n"); in debugger_intercept() 1791 gdbstub_printk("\n### GDB stub caused an exception ###\n"); in gdbstub_exception() 1865 gdbstub_printk("GDB Stub waiting for packet\n"); in gdbstub_init()
|