Searched refs:sReply (Results 1 – 1 of 1) sorted by relevance
35 static char sReply[512]; variable80 arch_debug_serial_puts(sReply); in gdb_resend_reply()93 sReply[0] = '$'; in gdb_reply()94 vsprintf(sReply + 1, format, args); in gdb_reply()97 len = strlen(sReply); in gdb_reply()100 sum += sReply[i]; in gdb_reply()104 sprintf(sReply + len, "#%02x", sum); in gdb_reply()113 sReply[0] = '$'; in gdb_regreply()116 ssize_t bytesWritten = arch_debug_gdb_get_registers(sReply + 1, in gdb_regreply()117 sizeof(sReply) - 1); in gdb_regreply()[all …]