Revert "Don't show a pre-attached connection in GDB"
This reverts commit de71abeaba
.
This commit is contained in:
parent
de71abeaba
commit
d6a0023bab
|
@ -100,7 +100,7 @@ static int riscv_gdb_thread_packet(struct connection *connection, const char *pa
|
||||||
}
|
}
|
||||||
|
|
||||||
if (strncmp(packet, "qAttached", 9) == 0) {
|
if (strncmp(packet, "qAttached", 9) == 0) {
|
||||||
gdb_put_packet(connection, "0", 1);
|
gdb_put_packet(connection, "1", 1);
|
||||||
return ERROR_OK;
|
return ERROR_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue