Searched refs:gdbstub_io (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/arch/mn10300/include/asm/
H A Dgdb-stub.h170 #define gdbstub_io(FMT, ...) gdbstub_printk(FMT, ##__VA_ARGS__) macro
172 #define gdbstub_io(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
/linux-4.1.27/arch/frv/include/asm/
H A Dgdb-stub.h113 #define gdbstub_io(FMT,...) gdbstub_printk(FMT, ##__VA_ARGS__) macro
115 #define gdbstub_io(FMT,...) ({ 0; }) macro
/linux-4.1.27/arch/frv/kernel/
H A Dgdb-io.c173 gdbstub_io("### GDB Rx Error (st=%02x) ###\n",st); gdbstub_rx_char()
177 gdbstub_io("### GDB Rx %02x (st=%02x) ###\n",ch,st); gdbstub_rx_char()
/linux-4.1.27/arch/mn10300/kernel/
H A Dgdb-stub.c295 gdbstub_io("### GDB Rx Error -" getpacket()
297 gdbstub_io("### GDB Tx NAK\n"); getpacket()
304 gdbstub_io("### GDB Tx NAK\n"); getpacket()
310 gdbstub_io("### GDB Tx ACK\n"); getpacket()
367 ch == '-' && (gdbstub_io("### GDB Rx NAK\n"), 0), putpacket()
369 (gdbstub_io("### GDB Rx ??? %02x\n", ch), 0), putpacket()
373 gdbstub_io("### GDB Rx ACK\n"); putpacket()
377 gdbstub_io("### GDB Tx Abandoned\n"); putpacket()
1861 gdbstub_io("### GDB Tx ACK\n"); gdbstub_init()
1877 gdbstub_io("### GDB Tx NAK\n"); gdbstub_init()
H A Dgdb-io-ttysm.c273 gdbstub_io("### GDB Rx %02x (st=%02x) ###\n", ch, st); gdbstub_io_rx_char()

Completed in 138 milliseconds