Home
last modified time | relevance | path

Searched refs:output_buffer (Results 1 – 3 of 3) sorted by relevance

/arch/cris/arch-v32/kernel/
Dkgdb.c447 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()
[all …]
/arch/frv/kernel/
Dgdb-stub.c182 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()
[all …]
/arch/mn10300/kernel/
Dgdb-stub.c162 static char output_buffer[BUFMAX]; variable
1247 ptr = output_buffer; in gdbstub()
1251 putpacket(output_buffer); in gdbstub()
1270 ptr = output_buffer; in gdbstub()
1285 putpacket(output_buffer); /* send it off... */ in gdbstub()
1288 ptr = output_buffer; in gdbstub()
1311 putpacket(output_buffer); /* send it off... */ in gdbstub()
1317 ptr = output_buffer; in gdbstub()
1351 putpacket(output_buffer); /* send it off... */ in gdbstub()
1358 output_buffer[0] = 0; in gdbstub()
[all …]