Searched refs:gdbstub (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/debug/
H A DMakefile5 obj-$(CONFIG_KGDB) += debug_core.o gdbstub.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dgdb-cache.S3 # MN10300 Low-level cache purging routines for gdbstub
H A Dmn10300-serial.h69 int gdbstub; /* preemptively stolen by GDB stub */ member in struct:mn10300_serial_port
H A Dgdb-io-serial-low.S3 # 16550 serial Rx interrupt handler for gdbstub I/O
H A Dgdb-low.S3 # MN10300 Low-level gdbstub routines
H A Dmn10300-serial.c183 .gdbstub = 1,
236 .gdbstub = 1,
288 .gdbstub = 1,
735 if (likely(port->gdbstub)) {
822 _enter("%s{%d}", port->name, port->gdbstub);
824 if (unlikely(port->gdbstub))
1315 if (!port || port->gdbstub)
1443 if (port && !port->gdbstub && port->uart.line == co->index)
H A Dgdb-stub.c1180 static int gdbstub(struct pt_regs *regs, enum exception_code excep) function
1675 gdbstub_printk("--> gdbstub reentered itself\n");
1715 ret = gdbstub(regs, excep);
1731 gdbstub_entry("--> gdbstub exception({%p},%04x) [MDR=%lx]\n",
1777 gdbstub_entry("<-- gdbstub exception() = EFAULT\n");
1894 gdbstub(regs, excep);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dgdb-stub.h81 extern void gdbstub(int type);
125 * we dedicate GR31 to keeping a pointer to the gdbstub exception frame
126 * - gr31 is destroyed on entry to the gdbstub if !MMU
127 * - gr31 is saved in scr3 on entry to the gdbstub if in !MMU
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Ddebug-stub.c89 gdbstub(type);
H A Dgdb-stub.c1377 void gdbstub(int sigval) function
1400 /* if we were interrupted by input on the serial gdbstub serial port,
1981 //gdbstub_printk("<-- gdbstub() %08x\n", __debug_frame->pc);
1996 } /* end gdbstub() */

Completed in 82 milliseconds