• Home
  • Raw
  • Download

Lines Matching refs:output_buffer

447 static char output_buffer[BUFMAX];  variable
842 output_buffer[0] = 'O'; in putDebugString()
843 mem2hex(&output_buffer[1], (unsigned char *)str, len); in putDebugString()
844 putpacket(output_buffer); in putDebugString()
863 char *ptr = output_buffer; in stub_is_stopped()
1003 putpacket(output_buffer); in stub_is_stopped()
1119 output_buffer[0] = 0; in insert_watchpoint()
1133 gdb_cris_strcpy(output_buffer, error_message[E04]); in insert_watchpoint()
1163 gdb_cris_strcpy(output_buffer, error_message[E04]); in insert_watchpoint()
1184 gdb_cris_strcpy(output_buffer, "OK"); in insert_watchpoint()
1197 output_buffer[0] = 0; in remove_watchpoint()
1211 gdb_cris_strcpy(output_buffer, error_message[E04]); in remove_watchpoint()
1249 gdb_cris_strcpy(output_buffer, error_message[E04]); in remove_watchpoint()
1262 gdb_cris_strcpy(output_buffer, "OK"); in remove_watchpoint()
1283 output_buffer[0] = '\0'; in handle_exception()
1295 buf = mem2hex(output_buffer, (char *)&reg, sizeof(registers)); in handle_exception()
1314 gdb_cris_strcpy(output_buffer, "OK"); in handle_exception()
1335 gdb_cris_strcpy(output_buffer, error_message[E02]); in handle_exception()
1339 gdb_cris_strcpy(output_buffer, error_message[E05]); in handle_exception()
1343 gdb_cris_strcpy(output_buffer, "OK"); in handle_exception()
1368 mem2hex(output_buffer, addr, len); in handle_exception()
1396 gdb_cris_strcpy(output_buffer, "OK"); in handle_exception()
1399 gdb_cris_strcpy(output_buffer, error_message[E06]); in handle_exception()
1413 gdb_cris_strcpy(output_buffer, error_message[E04]); in handle_exception()
1438 gdb_cris_strcpy(output_buffer, error_message[E04]); in handle_exception()
1487 output_buffer[0] = 'S'; in handle_exception()
1488 output_buffer[1] = hex_asc_hi(sigval); in handle_exception()
1489 output_buffer[2] = hex_asc_lo(sigval); in handle_exception()
1490 output_buffer[3] = 0; in handle_exception()
1523 gdb_cris_strcpy(output_buffer, error_message[E04]); in handle_exception()
1530 output_buffer[0] = 0; in handle_exception()
1533 putpacket(output_buffer); in handle_exception()