Home
last modified time | relevance | path

Searched refs:gdbstub (Results 1 – 14 of 14) sorted by relevance

/linux-4.1.27/kernel/debug/
DMakefile5 obj-$(CONFIG_KGDB) += debug_core.o gdbstub.o
/linux-4.1.27/arch/mn10300/kernel/
Dmn10300-serial.h73 int gdbstub; /* preemptively stolen by GDB stub */ member
Dmn10300-serial.c209 .gdbstub = 1,
271 .gdbstub = 1,
348 .gdbstub = 1,
866 if (likely(port->gdbstub)) { in mn10300_serial_send_xchar()
959 _enter("%s{%d}", port->name, port->gdbstub); in mn10300_serial_startup()
961 if (unlikely(port->gdbstub)) in mn10300_serial_startup()
1532 if (!port || port->gdbstub) in mn10300_serial_init()
1672 if (port && !port->gdbstub && port->uart.line == co->index) in mn10300_serial_console_setup()
Dgdb-io-serial-low.S3 # 16550 serial Rx interrupt handler for gdbstub I/O
Dgdb-low.S3 # MN10300 Low-level gdbstub routines
Dgdb-stub.c1177 static int gdbstub(struct pt_regs *regs, enum exception_code excep) in gdbstub() function
1739 ret = gdbstub(regs, excep); in debugger_intercept()
1918 gdbstub(regs, excep); in gdbstub_rx_irq()
Dentry.S383 call gdbstub_exception[],0 # gdbstub itself caused an exception
/linux-4.1.27/arch/frv/include/asm/
Dgdb-stub.h81 extern void gdbstub(int type);
/linux-4.1.27/Documentation/frv/
DREADME.txt26 (*) gdbstub.txt
Dbooting.txt167 gdbstub is compiled in to the kernel.
169 If this is used, then the gdbstub passes the text to GDB, which then
Dconfiguring.txt69 architecture. See the "gdbstub.txt" file for information about those.
Dkernel-ABI.txt155 with the main kernel in this regard. Hence the debug mode code (gdbstub) is
162 See gdbstub.txt for more information.
/linux-4.1.27/arch/frv/kernel/
Ddebug-stub.c88 gdbstub(type); in debug_stub()
Dgdb-stub.c1393 void gdbstub(int sigval) in gdbstub() function