gdb: fix multiple extended-remote issues, also fix possible race condtions

This commit is contained in:
TuxSH
2019-04-17 23:12:29 +02:00
parent 54de645dc3
commit 17ca09346d
5 changed files with 38 additions and 5 deletions

View File

@@ -37,6 +37,7 @@ typedef struct GDBServer
sock_server super;
s32 referenceCount;
Handle statusUpdated;
Handle statusUpdateReceived;
GDBContext ctxs[MAX_DEBUG];
} GDBServer;