Searched refs:gdbstub_strcpy (Results 1 – 2 of 2) sorted by relevance
/linux-3.3/arch/frv/kernel/ |
D | gdb-stub.c | 247 static inline char *gdbstub_strcpy(char *dst, const char *src) in gdbstub_strcpy() function 1382 gdbstub_strcpy(output_buffer,"E01"); in gdbstub_handle_query() 1750 gdbstub_strcpy(output_buffer,"OK"); in gdbstub() 1763 gdbstub_strcpy (output_buffer, "E03"); in gdbstub() 1766 gdbstub_strcpy(output_buffer,"E01"); in gdbstub() 1780 gdbstub_strcpy(output_buffer, "OK"); in gdbstub() 1783 gdbstub_strcpy(output_buffer, "E03"); in gdbstub() 1787 gdbstub_strcpy(output_buffer, "E02"); in gdbstub() 1806 gdbstub_strcpy(output_buffer, "E01"); in gdbstub() 1868 gdbstub_strcpy(output_buffer, "OK"); in gdbstub() [all …]
|
/linux-3.3/arch/mn10300/kernel/ |
D | gdb-stub.c | 223 static inline char *gdbstub_strcpy(char *dst, const char *src) in gdbstub_strcpy() function 1481 gdbstub_strcpy(output_buffer, "OK"); in gdbstub() 1498 gdbstub_strcpy(output_buffer, "E03"); in gdbstub() 1500 gdbstub_strcpy(output_buffer, "E01"); in gdbstub() 1517 gdbstub_strcpy(output_buffer, "OK"); in gdbstub() 1519 gdbstub_strcpy(output_buffer, "E03"); in gdbstub() 1523 gdbstub_strcpy(output_buffer, "E02"); in gdbstub() 1567 gdbstub_strcpy(output_buffer, "E01"); in gdbstub() 1580 gdbstub_strcpy(output_buffer, "B01"); in gdbstub() 1602 gdbstub_strcpy(output_buffer, "E01"); in gdbstub() [all …]
|