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

/linux-4.1.27/kernel/debug/
H A Dgdbstub.c59 static int gdbstub_read_wait(void) gdbstub_read_wait() function
81 static int gdbstub_read_wait(void) gdbstub_read_wait() function
102 while ((ch = (gdbstub_read_wait())) != '$') get_packet()
115 ch = gdbstub_read_wait(); get_packet()
124 xmitcsum = hex_to_bin(gdbstub_read_wait()) << 4; get_packet()
125 xmitcsum += hex_to_bin(gdbstub_read_wait()); get_packet()
171 ch = gdbstub_read_wait(); put_packet()
174 ch = gdbstub_read_wait(); put_packet()

Completed in 34 milliseconds