Home
last modified time | relevance | path

Searched refs:get_debug_char (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/arch/sh/kernel/
Dkgdb_stub.c128 static int get_debug_char(void) in get_debug_char() function
449 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()