Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/debug/
Dgdbstub.c58 static int gdbstub_read_wait(void) in gdbstub_read_wait() function
80 static int gdbstub_read_wait(void) in gdbstub_read_wait() function
101 while ((ch = (gdbstub_read_wait())) != '$') in get_packet()
114 ch = gdbstub_read_wait(); in get_packet()
123 xmitcsum = hex_to_bin(gdbstub_read_wait()) << 4; in get_packet()
124 xmitcsum += hex_to_bin(gdbstub_read_wait()); in get_packet()
170 ch = gdbstub_read_wait(); in put_packet()
173 ch = gdbstub_read_wait(); in put_packet()