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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/debug/
H A Dgdbstub.c56 static int gdbstub_read_wait(void) function
71 static int gdbstub_read_wait(void) function
92 while ((ch = (gdbstub_read_wait())) != '$')
105 ch = gdbstub_read_wait();
115 xmitcsum = hex_to_bin(gdbstub_read_wait()) << 4;
116 xmitcsum += hex_to_bin(gdbstub_read_wait());
161 ch = gdbstub_read_wait();
164 ch = gdbstub_read_wait();

Completed in 122 milliseconds