Searched refs:gdbstub_read_wait (Results 1 – 1 of 1) sorted by relevance
57 static int gdbstub_read_wait(void) in gdbstub_read_wait() function79 static int gdbstub_read_wait(void) in gdbstub_read_wait() function100 while ((ch = (gdbstub_read_wait())) != '$') in get_packet()113 ch = gdbstub_read_wait(); in get_packet()122 xmitcsum = hex_to_bin(gdbstub_read_wait()) << 4; in get_packet()123 xmitcsum += hex_to_bin(gdbstub_read_wait()); in get_packet()169 ch = gdbstub_read_wait(); in put_packet()172 ch = gdbstub_read_wait(); in put_packet()