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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dgdb-stub.h87 extern void gdbstub_tx_char(unsigned char ch);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dgdb-stub.c302 gdbstub_tx_char('-');
326 gdbstub_tx_char('-');
333 gdbstub_tx_char('-'); /* failed checksum */
339 gdbstub_tx_char('+'); /* successful transfer */
343 gdbstub_tx_char(buffer[0]);
344 gdbstub_tx_char(buffer[1]);
373 gdbstub_tx_char('$');
378 gdbstub_tx_char(ch);
383 gdbstub_tx_char('#');
384 gdbstub_tx_char(hex_asc_h
[all...]
H A Dgdb-io.c189 void gdbstub_tx_char(unsigned char ch) function
205 } /* end gdbstub_tx_char() */

Completed in 40 milliseconds