Lines Matching refs:output_buffer
182 static char output_buffer[BUFMAX]; variable
1353 sprintf(output_buffer, "1"); in gdbstub_handle_query()
1359 sprintf(output_buffer, "QC 0"); in gdbstub_handle_query()
1365 sprintf(output_buffer, "Text=0;Data=0;Bss=0"); in gdbstub_handle_query()
1370 sprintf(output_buffer, "OK"); in gdbstub_handle_query()
1376 sprintf(output_buffer, "PacketSize=%u;ReverseContinue-;ReverseStep-", in gdbstub_handle_query()
1381 gdbstub_strcpy(output_buffer,"E01"); in gdbstub_handle_query()
1495 ptr = output_buffer; in gdbstub()
1518 gdbstub_send_packet(output_buffer); /* send it off... */ in gdbstub()
1524 ptr = output_buffer; in gdbstub()
1553 gdbstub_send_packet(output_buffer); /* send it off... */ in gdbstub()
1562 output_buffer[0] = 0; in gdbstub()
1571 output_buffer[0] = 'S'; in gdbstub()
1572 output_buffer[1] = hex_asc_hi(sigval); in gdbstub()
1573 output_buffer[2] = hex_asc_lo(sigval); in gdbstub()
1574 output_buffer[3] = 0; in gdbstub()
1606 ptr = output_buffer; in gdbstub()
1749 gdbstub_strcpy(output_buffer,"OK"); in gdbstub()
1760 if (mem2hex((char *)addr, output_buffer, length, 1)) 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()
1870 gdbstub_strcpy(output_buffer, "E02"); in gdbstub()
1888 gdbstub_strcpy(output_buffer, "OK"); in gdbstub()
1905 output_buffer[0] = 0; in gdbstub()
1914 gdbstub_strcpy(output_buffer,"B01"); in gdbstub()
1933 gdbstub_strcpy(output_buffer,"E01"); in gdbstub()
1938 gdbstub_strcpy(output_buffer,"E03"); in gdbstub()
1943 gdbstub_strcpy(output_buffer,"E03"); in gdbstub()
1950 gdbstub_strcpy(output_buffer,"OK"); in gdbstub()
1961 gdbstub_strcpy(output_buffer,"E01"); in gdbstub()
1966 gdbstub_strcpy(output_buffer,"E03"); in gdbstub()
1971 gdbstub_strcpy(output_buffer,"E03"); in gdbstub()
1978 gdbstub_strcpy(output_buffer,"OK"); in gdbstub()
1983 gdbstub_strcpy(output_buffer, "OK"); in gdbstub()
1993 gdbstub_strcpy(output_buffer,"E01"); in gdbstub()
1999 gdbstub_send_packet(output_buffer); in gdbstub()
2063 ptr = output_buffer; in gdbstub_init()
2066 gdbstub_send_packet(output_buffer); in gdbstub_init()
2099 sprintf(output_buffer,"W%02x",status&0xff); in gdbstub_exit()
2105 while ((ch = output_buffer[count]) != 0) { in gdbstub_exit()