Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/debug/
Dgdbstub.c60 static int gdbstub_read_wait(void) in gdbstub_read_wait() function
82 static int gdbstub_read_wait(void) in gdbstub_read_wait() function
103 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()