Searched refs:gdbstub_proto (Results 1 - 7 of 7) 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-io-serial.c118 gdbstub_proto("### GDB Rx Break Detected ###\n");
121 gdbstub_proto("### GDB Rx Error (st=%02x) ###\n", st);
124 gdbstub_proto("### GDB Rx %02x (st=%02x) ###\n", ch, st);
H A Dgdb-io-ttysm.c226 gdbstub_proto("### GDB MNSERIAL Rx Break Detected"
236 gdbstub_proto("### GDB MNSERIAL Framing Error ###\n");
242 gdbstub_proto("### GDB MNSERIAL Overrun Error ###\n");
248 gdbstub_proto("### GDB MNSERIAL Parity Error ###\n");
H A Dgdb-stub.c271 gdbstub_proto("### GDB Rx Error - Skipping packet"
273 gdbstub_proto("### GDB Tx NAK\n");
310 gdbstub_proto("### GDB Rx '$%s#%02x' ###\n", buffer, checksum);
350 gdbstub_proto("### GDB Tx $'%s'#?? ###\n", buffer);
1633 gdbstub_proto("### GDB Unsupported Cmd '%s'\n",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dgdb-stub.h119 #define gdbstub_proto(FMT,...) gdbstub_printk(FMT,##__VA_ARGS__) macro
121 #define gdbstub_proto(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.h164 #define gdbstub_proto(FMT, ...) gdbstub_printk(FMT, ##__VA_ARGS__) macro
166 #define gdbstub_proto(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-stub.c300 gdbstub_proto("### GDB Rx Error - Skipping packet ###\n");
301 gdbstub_proto("### GDB Tx NAK\n");
324 gdbstub_proto("### GDB Rx Error - Skipping packet\n");
325 gdbstub_proto("### GDB Tx NAK\n");
332 gdbstub_proto("### GDB Tx NAK\n");
337 gdbstub_proto("### GDB Rx '$%s#%02x' ###\n", buffer, checksum);
338 gdbstub_proto("### GDB Tx ACK\n");
370 gdbstub_proto("### GDB Tx '%s' ###\n", buffer);
389 ch=='-' && (gdbstub_proto("### GDB Rx NAK\n"),0),
390 ch!='-' && ch!='+' && (gdbstub_proto("### GD
[all...]
H A Dgdb-io.c170 gdbstub_proto("### GDB Rx Break Detected ###\n");

Completed in 49 milliseconds