Fixing debugger startup race.

This commit is contained in:
Ben Vanik
2015-07-29 19:52:53 -07:00
parent 19901c4759
commit 122114d1d1
10 changed files with 78 additions and 11 deletions

View File

@@ -32,6 +32,8 @@ class MIServer : public DebugServer {
bool Initialize() override;
void PostSynchronous(std::function<void()> fn) override;
private:
void AcceptClient(std::unique_ptr<Socket> client);
bool HandleClientEvent();