diff options
Diffstat (limited to 'lldb/source/Target/StopInfo.cpp')
-rw-r--r-- | lldb/source/Target/StopInfo.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/Target/StopInfo.cpp b/lldb/source/Target/StopInfo.cpp index 54c1049f98f..33ade1eef1a 100644 --- a/lldb/source/Target/StopInfo.cpp +++ b/lldb/source/Target/StopInfo.cpp @@ -291,6 +291,8 @@ protected: { // This shouldn't ever happen, but just in case, don't do more harm. log->Printf ("PerformAction got called with an invalid thread."); + m_should_stop = true; + m_should_stop_is_valid = true; return; } |