This commit is contained in:
Palmer Dabbelt 2018-05-30 04:44:14 -07:00
parent 9889ccb1bb
commit f6d6ed85ab
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ static int riscv_gdb_thread_packet(struct connection *connection, const char *pa
}
if (strcmp(packet, "qTStatus", 8) == 0) {
gdb_put_packet("T0");
gdb_put_packet(connection, "T0", strlen("T0"));
return ERROR_OK;
}