Searched refs:gdbstub_bkpt (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/mn10300/include/asm/
H A Dgdb-stub.h176 #define gdbstub_bkpt(FMT, ...) gdbstub_printk(FMT, ##__VA_ARGS__) macro
178 #define gdbstub_bkpt(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dgdb-stub.c166 struct gdbstub_bkpt { struct
172 static struct gdbstub_bkpt gdbstub_bkpts[256];
514 gdbstub_bkpt("Single Step from %p { %02x }\n", pc, cur);
703 gdbstub_bkpt("Step: %02x at %p; %02x at %p\n",
1093 gdbstub_bkpt("setbkpt(%p,%d)\n", addr, len);
1122 gdbstub_bkpt("Set BKPT[%02x]: %p-%p {%02x%02x%02x%02x%02x%02x%02x}\n",
1155 gdbstub_bkpt("clearbkpt(%p,%d)\n", addr, len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dgdb-stub.c200 struct gdbstub_bkpt { struct
206 static struct gdbstub_bkpt gdbstub_bkpts[256];

Completed in 127 milliseconds