Searched refs:get_debug_char (Results 1 – 1 of 1) sorted by relevance
128 static int get_debug_char(void) in get_debug_char() function449 while ((ch = get_debug_char()) != '$'); in get_packet()457 ch = get_debug_char(); in get_packet()471 xmitcsum = hex(get_debug_char()) << 4; in get_packet()472 xmitcsum += hex(get_debug_char()); in get_packet()538 while ((get_debug_char()) != '+'); /* While no ack */ in put_packet()1328 get_debug_char(); in kgdb_command_loop()