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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dgdb-stub.c274 gdbstub_io_tx_char('-');
299 gdbstub_io_tx_char('-');
306 gdbstub_io_tx_char('-'); /* failed checksum */
312 gdbstub_io_tx_char('+'); /* successful transfer */
319 gdbstub_io_tx_char(buffer[0]);
320 gdbstub_io_tx_char(buffer[1]);
353 gdbstub_io_tx_char('$');
358 gdbstub_io_tx_char(ch);
363 gdbstub_io_tx_char('#');
364 gdbstub_io_tx_char(hex_asc_h
[all...]
H A Dgdb-io-serial.c133 void gdbstub_io_tx_char(unsigned char ch) function
H A Dgdb-io-ttysm.c280 void gdbstub_io_tx_char(unsigned char ch) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dgdb-stub.h103 extern asmlinkage void gdbstub_io_tx_char(unsigned char ch);

Completed in 55 milliseconds