diff options
Diffstat (limited to 'lldb/include/lldb/Target/Thread.h')
-rw-r--r-- | lldb/include/lldb/Target/Thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/Target/Thread.h b/lldb/include/lldb/Target/Thread.h index 6049dce9884..b8d4859a8cf 100644 --- a/lldb/include/lldb/Target/Thread.h +++ b/lldb/include/lldb/Target/Thread.h @@ -692,7 +692,7 @@ public: bool IsValid () const { - return m_destroy_called; + return !m_destroy_called; } // When you implement this method, make sure you don't overwrite the m_actual_stop_info if it claims to be |