Fix a crash when changing stack frames after disconnecting.
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 12 Apr 2020 16:02:56 +0000 (12:02 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 12 Apr 2020 16:02:56 +0000 (12:02 -0400)
commit64ebe659927a7d72828afed5d9d7ebd69220a179
tree4c045bbffaec62b17402daabbfd2b0fd49c6e4ab
parentce779a2107bf9eb53b6c08a8cd9803ec2bdca7d6
Fix a crash when changing stack frames after disconnecting.

This was hitting:
Assertion failed: (_messageQueue), function -[ProtocolClient sendCommandWithFormat:handler:], file /Users/rsesek/Projects/MacGDBp/Source/ProtocolClient.m, line 85.
CHANGES
Source/DebuggerBackEnd.m
Source/DebuggerController.m