Searched refs:gdbstub_proto (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/arch/mn10300/kernel/
H A Dgdb-io-serial.c135 gdbstub_proto("### GDB Rx Break Detected ###\n"); gdbstub_io_rx_char()
138 gdbstub_proto("### GDB Rx Error (st=%02x) ###\n", st); gdbstub_io_rx_char()
141 gdbstub_proto("### GDB Rx %02x (st=%02x) ###\n", ch, st); gdbstub_io_rx_char()
H A Dgdb-io-ttysm.c228 gdbstub_proto("### GDB MNSERIAL Rx Break Detected" gdbstub_io_rx_char()
238 gdbstub_proto("### GDB MNSERIAL Framing Error ###\n"); gdbstub_io_rx_char()
244 gdbstub_proto("### GDB MNSERIAL Overrun Error ###\n"); gdbstub_io_rx_char()
250 gdbstub_proto("### GDB MNSERIAL Parity Error ###\n"); gdbstub_io_rx_char()
H A Dgdb-stub.c270 gdbstub_proto("### GDB Rx Error - Skipping packet" getpacket()
272 gdbstub_proto("### GDB Tx NAK\n"); getpacket()
309 gdbstub_proto("### GDB Rx '$%s#%02x' ###\n", buffer, checksum); getpacket()
349 gdbstub_proto("### GDB Tx $'%s'#?? ###\n", buffer); putpacket()
1648 gdbstub_proto("### GDB Unsupported Cmd '%s'\n", gdbstub()
/linux-4.4.14/arch/mn10300/include/asm/
H A Dgdb-stub.h164 #define gdbstub_proto(FMT, ...) gdbstub_printk(FMT, ##__VA_ARGS__) macro
166 #define gdbstub_proto(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
/linux-4.4.14/arch/frv/include/asm/
H A Dgdb-stub.h119 #define gdbstub_proto(FMT,...) gdbstub_printk(FMT,##__VA_ARGS__) macro
121 #define gdbstub_proto(FMT,...) ({ 0; }) macro
/linux-4.4.14/arch/frv/kernel/
H A Dgdb-stub.c299 gdbstub_proto("### GDB Rx Error - Skipping packet ###\n"); gdbstub_recv_packet()
300 gdbstub_proto("### GDB Tx NAK\n"); gdbstub_recv_packet()
323 gdbstub_proto("### GDB Rx Error - Skipping packet\n"); gdbstub_recv_packet()
324 gdbstub_proto("### GDB Tx NAK\n"); gdbstub_recv_packet()
331 gdbstub_proto("### GDB Tx NAK\n"); gdbstub_recv_packet()
336 gdbstub_proto("### GDB Rx '$%s#%02x' ###\n", buffer, checksum); gdbstub_recv_packet()
337 gdbstub_proto("### GDB Tx ACK\n"); gdbstub_recv_packet()
369 gdbstub_proto("### GDB Tx '%s' ###\n", buffer); gdbstub_send_packet()
388 ch=='-' && (gdbstub_proto("### GDB Rx NAK\n"),0), gdbstub_send_packet()
389 ch!='-' && ch!='+' && (gdbstub_proto("### GDB Rx ??? %02x\n",ch),0), gdbstub_send_packet()
394 gdbstub_proto("### GDB Rx ACK\n"); gdbstub_send_packet()
398 gdbstub_proto("### GDB Tx Abandoned\n"); gdbstub_send_packet()
1992 gdbstub_proto("### GDB Unsupported Cmd '%s'\n",input_buffer); gdbstub()
2039 gdbstub_proto("### GDB Tx ACK\n"); gdbstub_init()
2054 gdbstub_proto("### GDB Tx NAK\n"); gdbstub_init()
H A Dgdb-io.c169 gdbstub_proto("### GDB Rx Break Detected ###\n"); gdbstub_rx_char()

Completed in 1391 milliseconds