Lines Matching refs:output_buffer

439 static char output_buffer[BUFMAX];  variable
813 output_buffer[0] = 'O'; in putDebugString()
814 mem2hex(&output_buffer[1], (unsigned char *)str, len); in putDebugString()
815 putpacket(output_buffer); in putDebugString()
834 char *ptr = output_buffer; in stub_is_stopped()
974 putpacket(output_buffer); in stub_is_stopped()
1090 output_buffer[0] = 0; in insert_watchpoint()
1104 gdb_cris_strcpy(output_buffer, error_message[E04]); in insert_watchpoint()
1134 gdb_cris_strcpy(output_buffer, error_message[E04]); in insert_watchpoint()
1155 gdb_cris_strcpy(output_buffer, "OK"); in insert_watchpoint()
1168 output_buffer[0] = 0; in remove_watchpoint()
1182 gdb_cris_strcpy(output_buffer, error_message[E04]); in remove_watchpoint()
1220 gdb_cris_strcpy(output_buffer, error_message[E04]); in remove_watchpoint()
1233 gdb_cris_strcpy(output_buffer, "OK"); in remove_watchpoint()
1254 output_buffer[0] = '\0'; in handle_exception()
1266 buf = mem2hex(output_buffer, (char *)&reg, sizeof(registers)); in handle_exception()
1281 gdb_cris_strcpy(output_buffer, error_message[E08]); in handle_exception()
1286 gdb_cris_strcpy(output_buffer, error_message[E08]); in handle_exception()
1288 gdb_cris_strcpy(output_buffer, "OK"); in handle_exception()
1309 gdb_cris_strcpy(output_buffer, error_message[E02]); in handle_exception()
1313 gdb_cris_strcpy(output_buffer, error_message[E05]); in handle_exception()
1317 gdb_cris_strcpy(output_buffer, error_message[E08]); in handle_exception()
1321 gdb_cris_strcpy(output_buffer, "OK"); in handle_exception()
1346 mem2hex(output_buffer, addr, len); in handle_exception()
1371 gdb_cris_strcpy(output_buffer, error_message[E08]); in handle_exception()
1373 gdb_cris_strcpy(output_buffer, "OK"); in handle_exception()
1376 gdb_cris_strcpy(output_buffer, "OK"); in handle_exception()
1379 gdb_cris_strcpy(output_buffer, error_message[E06]); in handle_exception()
1393 gdb_cris_strcpy(output_buffer, error_message[E04]); in handle_exception()
1418 gdb_cris_strcpy(output_buffer, error_message[E04]); in handle_exception()
1467 output_buffer[0] = 'S'; in handle_exception()
1468 output_buffer[1] = hex_asc_hi(sigval); in handle_exception()
1469 output_buffer[2] = hex_asc_lo(sigval); in handle_exception()
1470 output_buffer[3] = 0; in handle_exception()
1503 gdb_cris_strcpy(output_buffer, error_message[E04]); in handle_exception()
1510 output_buffer[0] = 0; in handle_exception()
1513 putpacket(output_buffer); in handle_exception()