commit | f85defaea502a47e59826cf335d84a286243c77c | [log] [tgz] |
---|---|---|
author | Andrew Kaylor <andrew.kaylor@intel.com> | Thu Dec 20 23:08:03 2012 +0000 |
committer | Andrew Kaylor <andrew.kaylor@intel.com> | Thu Dec 20 23:08:03 2012 +0000 |
tree | 61719f6d7986d52203bf591d60b838a0f2b6450a | |
parent | 287e7d275c6022c95d9742e1dcca380b636d92e0 [diff] [blame] |
Adding eStopReasonThreadExiting and fixing the handling of this state on Linux. llvm-svn: 170800
diff --git a/lldb/tools/driver/Driver.cpp b/lldb/tools/driver/Driver.cpp index 96fd4cf..623eddf 100644 --- a/lldb/tools/driver/Driver.cpp +++ b/lldb/tools/driver/Driver.cpp
@@ -807,6 +807,7 @@ case eStopReasonSignal: case eStopReasonException: case eStopReasonExec: + case eStopReasonThreadExiting: if (!other_thread.IsValid()) other_thread = thread; break;