Handle team deletion debug event.
When the target team exits, notify the user and shut down the debugger.
This commit is contained in:
@@ -116,6 +116,8 @@ private:
|
||||
|
||||
void _HandleDebuggerMessage(DebugEvent* event);
|
||||
|
||||
bool _HandleTeamDeleted(
|
||||
TeamDeletedEvent* event);
|
||||
bool _HandleThreadCreated(
|
||||
ThreadCreatedEvent* event);
|
||||
bool _HandleThreadRenamed(
|
||||
|
||||
Reference in New Issue
Block a user