Searched refs:gdbstub_io_rx_char (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/arch/mn10300/kernel/ |
H A D | gdb-io-serial.c | 99 int gdbstub_io_rx_char(unsigned char *_ch, int nonblock) gdbstub_io_rx_char() function
|
H A D | gdb-stub.c | 246 gdbstub_io_rx_char(&ch, 0); getpacket() 258 ret = gdbstub_io_rx_char(&ch, 0); getpacket() 283 ret = gdbstub_io_rx_char(&ch, 0); getpacket() 288 ret = gdbstub_io_rx_char(&ch, 0); getpacket() 366 } while (gdbstub_io_rx_char(&ch, 0), putpacket() 1870 do { gdbstub_io_rx_char(&ch, 0); } while (ch != '$'); gdbstub_init() 1871 do { gdbstub_io_rx_char(&ch, 0); } while (ch != '#'); gdbstub_init() 1873 do { ret = gdbstub_io_rx_char(&ch, 0); } while (ret != 0); gdbstub_init() 1875 do { ret = gdbstub_io_rx_char(&ch, 0); } while (ret != 0); gdbstub_init() 1914 ret = gdbstub_io_rx_char(&ch, 1); gdbstub_rx_irq()
|
H A D | gdb-io-ttysm.c | 181 int gdbstub_io_rx_char(unsigned char *_ch, int nonblock) gdbstub_io_rx_char() function
|
/linux-4.1.27/arch/mn10300/include/asm/ |
H A D | gdb-stub.h | 102 extern asmlinkage int gdbstub_io_rx_char(unsigned char *_ch, int nonblock);
|
Completed in 121 milliseconds