Searched refs:gdbstub (Results 1 – 13 of 13) sorted by relevance
/linux-2.6.39/kernel/debug/ |
D | Makefile | 5 obj-$(CONFIG_KGDB) += debug_core.o gdbstub.o
|
/linux-2.6.39/arch/mn10300/kernel/ |
D | mn10300-serial.h | 69 int gdbstub; /* preemptively stolen by GDB stub */ member
|
D | mn10300-serial.c | 210 .gdbstub = 1, 272 .gdbstub = 1, 349 .gdbstub = 1, 822 if (likely(port->gdbstub)) { in mn10300_serial_send_xchar() 909 _enter("%s{%d}", port->name, port->gdbstub); in mn10300_serial_startup() 911 if (unlikely(port->gdbstub)) in mn10300_serial_startup() 1475 if (!port || port->gdbstub) in mn10300_serial_init() 1607 if (port && !port->gdbstub && port->uart.line == co->index) in mn10300_serial_console_setup()
|
D | gdb-io-serial-low.S | 3 # 16550 serial Rx interrupt handler for gdbstub I/O
|
D | gdb-low.S | 3 # MN10300 Low-level gdbstub routines
|
D | gdb-stub.c | 1178 static int gdbstub(struct pt_regs *regs, enum exception_code excep) in gdbstub() function 1740 ret = gdbstub(regs, excep); in debugger_intercept() 1919 gdbstub(regs, excep); in gdbstub_rx_irq()
|
/linux-2.6.39/arch/frv/include/asm/ |
D | gdb-stub.h | 81 extern void gdbstub(int type);
|
/linux-2.6.39/Documentation/frv/ |
D | README.txt | 26 (*) gdbstub.txt
|
D | booting.txt | 160 gdbstub is compiled in to the kernel. 162 If this is used, then the gdbstub passes the text to GDB, which then
|
D | configuring.txt | 69 architecture. See the "gdbstub.txt" file for information about those.
|
D | kernel-ABI.txt | 155 with the main kernel in this regard. Hence the debug mode code (gdbstub) is 162 See gdbstub.txt for more information.
|
/linux-2.6.39/arch/frv/kernel/ |
D | debug-stub.c | 89 gdbstub(type); in debug_stub()
|
D | gdb-stub.c | 1394 void gdbstub(int sigval) in gdbstub() function
|