Debugger now listens for connections and will only allow one at a time.
This commit is contained in:
@@ -42,6 +42,8 @@ private:
|
||||
private:
|
||||
Emulator* emulator_;
|
||||
std::vector<Protocol*> protocols_;
|
||||
|
||||
xe_mutex_t* lock_;
|
||||
std::vector<DebugClient*> clients_;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user