mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-01 07:18:22 -04:00
thermosphere: gdb: properly handle vStopped ack sequence
This commit is contained in:
parent
36ca87491d
commit
b0ca29d18e
3 changed files with 33 additions and 12 deletions
|
@ -130,9 +130,14 @@ static void GDB_Disconnect(GDBContext *ctx)
|
|||
ctx->currentThreadId = 0;
|
||||
ctx->selectedThreadId = 0;
|
||||
ctx->selectedThreadIdForContinuing = 0;
|
||||
ctx->sentDebugEventCoreList = 0;
|
||||
ctx->acknowledgedDebugEventCoreList = 0;
|
||||
|
||||
ctx->attachedCoreList = 0;
|
||||
ctx->sendOwnDebugEventDisallowed = false;
|
||||
ctx->catchThreadEvents = false;
|
||||
ctx->lastSentPacketSize = 0;
|
||||
ctx->lastDebugEvent = NULL;
|
||||
|
||||
ctx->processEnded = false;
|
||||
ctx->processExited = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue