Debugger now listens for connections and will only allow one at a time.

This commit is contained in:
Ben Vanik
2013-12-19 10:08:25 -08:00
parent 597e196940
commit 1461792289
10 changed files with 103 additions and 26 deletions

View File

@@ -27,6 +27,7 @@ public:
virtual ~DebugClient();
virtual int Setup() = 0;
virtual void Close() = 0;
protected:
DebugServer* debug_server_;