gdb: fix multiple extended-remote issues, also fix possible race condtions
This commit is contained in:
@@ -37,6 +37,7 @@ typedef struct GDBServer
|
||||
sock_server super;
|
||||
s32 referenceCount;
|
||||
Handle statusUpdated;
|
||||
Handle statusUpdateReceived;
|
||||
GDBContext ctxs[MAX_DEBUG];
|
||||
} GDBServer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user