Handle team deletion debug event.

When the target team exits, notify the user and shut down the debugger.
This commit is contained in:
Rene Gollent
2013-04-23 23:05:36 -04:00
parent 8b49cb7645
commit dd817ff93c
2 changed files with 21 additions and 1 deletions
@@ -116,6 +116,8 @@ private:
void _HandleDebuggerMessage(DebugEvent* event);
bool _HandleTeamDeleted(
TeamDeletedEvent* event);
bool _HandleThreadCreated(
ThreadCreatedEvent* event);
bool _HandleThreadRenamed(