Lines Matching refs:gdbstub_proto
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()
394 gdbstub_proto("### GDB Rx ACK\n"); in gdbstub_send_packet()
398 gdbstub_proto("### GDB Tx Abandoned\n"); in gdbstub_send_packet()
1992 gdbstub_proto("### GDB Unsupported Cmd '%s'\n",input_buffer); in gdbstub()
2039 gdbstub_proto("### GDB Tx ACK\n"); in gdbstub_init()
2054 gdbstub_proto("### GDB Tx NAK\n"); in gdbstub_init()