Searched refs:gdbstub_strcpy (Results 1 – 2 of 2) sorted by relevance
/arch/frv/kernel/ |
D | gdb-stub.c | 246 static inline char *gdbstub_strcpy(char *dst, const char *src) in gdbstub_strcpy() function 1381 gdbstub_strcpy(output_buffer,"E01"); in gdbstub_handle_query() 1749 gdbstub_strcpy(output_buffer,"OK"); in gdbstub() 1762 gdbstub_strcpy (output_buffer, "E03"); in gdbstub() 1765 gdbstub_strcpy(output_buffer,"E01"); in gdbstub() 1779 gdbstub_strcpy(output_buffer, "OK"); in gdbstub() 1782 gdbstub_strcpy(output_buffer, "E03"); in gdbstub() 1786 gdbstub_strcpy(output_buffer, "E02"); in gdbstub() 1805 gdbstub_strcpy(output_buffer, "E01"); in gdbstub() 1867 gdbstub_strcpy(output_buffer, "OK"); in gdbstub() [all …]
|
/arch/mn10300/kernel/ |
D | gdb-stub.c | 222 static inline char *gdbstub_strcpy(char *dst, const char *src) in gdbstub_strcpy() function 1480 gdbstub_strcpy(output_buffer, "OK"); in gdbstub() 1497 gdbstub_strcpy(output_buffer, "E03"); in gdbstub() 1499 gdbstub_strcpy(output_buffer, "E01"); in gdbstub() 1516 gdbstub_strcpy(output_buffer, "OK"); in gdbstub() 1518 gdbstub_strcpy(output_buffer, "E03"); in gdbstub() 1522 gdbstub_strcpy(output_buffer, "E02"); in gdbstub() 1566 gdbstub_strcpy(output_buffer, "E01"); in gdbstub() 1579 gdbstub_strcpy(output_buffer, "B01"); in gdbstub() 1601 gdbstub_strcpy(output_buffer, "E01"); in gdbstub() [all …]
|