Lines Matching refs:output_buffer
461 static char output_buffer[BUFMAX]; variable
856 output_buffer[0] = 'O'; in putDebugString()
857 mem2hex(&output_buffer[1], (unsigned char *)str, len); in putDebugString()
858 putpacket(output_buffer); in putDebugString()
877 char *ptr = output_buffer; in stub_is_stopped()
1017 putpacket(output_buffer); in stub_is_stopped()
1133 output_buffer[0] = 0; in insert_watchpoint()
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()
1211 output_buffer[0] = 0; in remove_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()
1297 output_buffer[0] = '\0'; in handle_exception()
1309 buf = mem2hex(output_buffer, (char *)®, sizeof(registers)); in handle_exception()
1328 gdb_cris_strcpy(output_buffer, "OK"); in handle_exception()
1349 gdb_cris_strcpy(output_buffer, error_message[E02]); in handle_exception()
1353 gdb_cris_strcpy(output_buffer, error_message[E05]); in handle_exception()
1357 gdb_cris_strcpy(output_buffer, "OK"); in handle_exception()
1382 mem2hex(output_buffer, addr, len); in handle_exception()
1410 gdb_cris_strcpy(output_buffer, "OK"); in handle_exception()
1413 gdb_cris_strcpy(output_buffer, error_message[E06]); in handle_exception()
1427 gdb_cris_strcpy(output_buffer, error_message[E04]); in handle_exception()
1452 gdb_cris_strcpy(output_buffer, error_message[E04]); in handle_exception()
1501 output_buffer[0] = 'S'; in handle_exception()
1502 output_buffer[1] = hex_asc_hi(sigval); in handle_exception()
1503 output_buffer[2] = hex_asc_lo(sigval); in handle_exception()
1504 output_buffer[3] = 0; in handle_exception()
1537 gdb_cris_strcpy(output_buffer, error_message[E04]); in handle_exception()
1544 output_buffer[0] = 0; in handle_exception()
1547 putpacket(output_buffer); in handle_exception()