Searched refs:gdbstub (Results 1 – 8 of 8) sorted by relevance
69 int gdbstub; /* preemptively stolen by GDB stub */ member
3 # 16550 serial Rx interrupt handler for gdbstub I/O
209 .gdbstub = 1,271 .gdbstub = 1,348 .gdbstub = 1,821 if (likely(port->gdbstub)) { in mn10300_serial_send_xchar()908 _enter("%s{%d}", port->name, port->gdbstub); in mn10300_serial_startup()910 if (unlikely(port->gdbstub)) in mn10300_serial_startup()1474 if (!port || port->gdbstub) in mn10300_serial_init()1606 if (port && !port->gdbstub && port->uart.line == co->index) in mn10300_serial_console_setup()
3 # MN10300 Low-level gdbstub routines
1177 static int gdbstub(struct pt_regs *regs, enum exception_code excep) in gdbstub() function1739 ret = gdbstub(regs, excep); in debugger_intercept()1918 gdbstub(regs, excep); in gdbstub_rx_irq()
81 extern void gdbstub(int type);
88 gdbstub(type); in debug_stub()
1393 void gdbstub(int sigval) in gdbstub() function