Searched refs:gdbstub_read_wait (Results 1 – 1 of 1) sorted by relevance
60 static int gdbstub_read_wait(void) in gdbstub_read_wait() function82 static int gdbstub_read_wait(void) in gdbstub_read_wait() function103 while ((ch = (gdbstub_read_wait())) != '$') in get_packet()116 ch = gdbstub_read_wait(); in get_packet()125 xmitcsum = hex_to_bin(gdbstub_read_wait()) << 4; in get_packet()126 xmitcsum += hex_to_bin(gdbstub_read_wait()); in get_packet()172 ch = gdbstub_read_wait(); in put_packet()175 ch = gdbstub_read_wait(); in put_packet()