Searched refs:gdbstub_proto (Results 1 – 7 of 7) sorted by relevance
/arch/mn10300/kernel/ |
D | gdb-io-serial.c | 135 gdbstub_proto("### GDB Rx Break Detected ###\n"); in gdbstub_io_rx_char() 138 gdbstub_proto("### GDB Rx Error (st=%02x) ###\n", st); in gdbstub_io_rx_char() 141 gdbstub_proto("### GDB Rx %02x (st=%02x) ###\n", ch, st); in gdbstub_io_rx_char()
|
D | gdb-io-ttysm.c | 228 gdbstub_proto("### GDB MNSERIAL Rx Break Detected" in gdbstub_io_rx_char() 238 gdbstub_proto("### GDB MNSERIAL Framing Error ###\n"); in gdbstub_io_rx_char() 244 gdbstub_proto("### GDB MNSERIAL Overrun Error ###\n"); in gdbstub_io_rx_char() 250 gdbstub_proto("### GDB MNSERIAL Parity Error ###\n"); in gdbstub_io_rx_char()
|
D | gdb-stub.c | 270 gdbstub_proto("### GDB Rx Error - Skipping packet" in getpacket() 272 gdbstub_proto("### GDB Tx NAK\n"); in getpacket() 309 gdbstub_proto("### GDB Rx '$%s#%02x' ###\n", buffer, checksum); in getpacket() 349 gdbstub_proto("### GDB Tx $'%s'#?? ###\n", buffer); in putpacket() 1648 gdbstub_proto("### GDB Unsupported Cmd '%s'\n", in gdbstub()
|
/arch/frv/include/asm/ |
D | gdb-stub.h | 119 #define gdbstub_proto(FMT,...) gdbstub_printk(FMT,##__VA_ARGS__) macro 121 #define gdbstub_proto(FMT,...) ({ 0; }) macro
|
/arch/frv/kernel/ |
D | gdb-stub.c | 299 gdbstub_proto("### GDB Rx Error - Skipping packet ###\n"); in gdbstub_recv_packet() 300 gdbstub_proto("### GDB Tx NAK\n"); in gdbstub_recv_packet() 323 gdbstub_proto("### GDB Rx Error - Skipping packet\n"); in gdbstub_recv_packet() 324 gdbstub_proto("### GDB Tx NAK\n"); in gdbstub_recv_packet() 331 gdbstub_proto("### GDB Tx NAK\n"); in gdbstub_recv_packet() 336 gdbstub_proto("### GDB Rx '$%s#%02x' ###\n", buffer, checksum); in gdbstub_recv_packet() 337 gdbstub_proto("### GDB Tx ACK\n"); in gdbstub_recv_packet() 369 gdbstub_proto("### GDB Tx '%s' ###\n", buffer); in gdbstub_send_packet() 388 ch=='-' && (gdbstub_proto("### GDB Rx NAK\n"),0), in gdbstub_send_packet() 389 ch!='-' && ch!='+' && (gdbstub_proto("### GDB Rx ??? %02x\n",ch),0), in gdbstub_send_packet() [all …]
|
D | gdb-io.c | 169 gdbstub_proto("### GDB Rx Break Detected ###\n"); in gdbstub_rx_char()
|
/arch/mn10300/include/asm/ |
D | gdb-stub.h | 164 #define gdbstub_proto(FMT, ...) gdbstub_printk(FMT, ##__VA_ARGS__) macro 166 #define gdbstub_proto(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
|