Searched refs:gdb_cris_strcpy (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/arch/cris/arch-v10/kernel/ |
D | kgdb.c | 236 static char *gdb_cris_strcpy (char *s1, const char *s2); 449 gdb_cris_strcpy (char *s1, const char *s2) in gdb_cris_strcpy() function 907 gdb_cris_strcpy (&remcomOutBuffer[pos], "thread:"); in stub_is_stopped() 911 gdb_cris_strcpy (&remcomOutBuffer[pos], ";"); in stub_is_stopped() 977 gdb_cris_strcpy (remcomOutBuffer, "OK"); in handle_exception() 1002 gdb_cris_strcpy (remcomOutBuffer, error_message[E02]); in handle_exception() 1006 gdb_cris_strcpy (remcomOutBuffer, error_message[E05]); in handle_exception() 1010 gdb_cris_strcpy (remcomOutBuffer, error_message[E07]); in handle_exception() 1014 gdb_cris_strcpy (remcomOutBuffer, "OK"); in handle_exception() 1061 gdb_cris_strcpy (remcomOutBuffer, "OK"); in handle_exception() [all …]
|
/linux-3.4.99/arch/cris/arch-v32/kernel/ |
D | kgdb.c | 360 static char *gdb_cris_strcpy(char *s1, const char *s2); 500 gdb_cris_strcpy(char *s1, const char *s2) in gdb_cris_strcpy() function 1147 gdb_cris_strcpy(output_buffer, error_message[E04]); in insert_watchpoint() 1177 gdb_cris_strcpy(output_buffer, error_message[E04]); in insert_watchpoint() 1198 gdb_cris_strcpy(output_buffer, "OK"); in insert_watchpoint() 1225 gdb_cris_strcpy(output_buffer, error_message[E04]); in remove_watchpoint() 1263 gdb_cris_strcpy(output_buffer, error_message[E04]); in remove_watchpoint() 1276 gdb_cris_strcpy(output_buffer, "OK"); in remove_watchpoint() 1328 gdb_cris_strcpy(output_buffer, "OK"); in handle_exception() 1349 gdb_cris_strcpy(output_buffer, error_message[E02]); in handle_exception() [all …]
|