Searched refs:gdbstub_io (Results 1 - 5 of 5) 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.h113 #define gdbstub_io(FMT,...) gdbstub_printk(FMT, ##__VA_ARGS__) macro
115 #define gdbstub_io(FMT,...) ({ 0; }) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dgdb-stub.h170 #define gdbstub_io(FMT, ...) gdbstub_printk(FMT, ##__VA_ARGS__) macro
172 #define gdbstub_io(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dgdb-io.c174 gdbstub_io("### GDB Rx Error (st=%02x) ###\n",st);
178 gdbstub_io("### GDB Rx %02x (st=%02x) ###\n",ch,st);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dgdb-stub.c296 gdbstub_io("### GDB Rx Error -"
298 gdbstub_io("### GDB Tx NAK\n");
305 gdbstub_io("### GDB Tx NAK\n");
311 gdbstub_io("### GDB Tx ACK\n");
368 ch == '-' && (gdbstub_io("### GDB Rx NAK\n"), 0),
370 (gdbstub_io("### GDB Rx ??? %02x\n", ch), 0),
374 gdbstub_io("### GDB Rx ACK\n");
378 gdbstub_io("### GDB Tx Abandoned\n");
1837 gdbstub_io("### GDB Tx ACK\n");
1853 gdbstub_io("### GD
[all...]
H A Dgdb-io-ttysm.c271 gdbstub_io("### GDB Rx %02x (st=%02x) ###\n", ch, st);

Completed in 68 milliseconds