summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/ThreadPlanStepInRange.cpp
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2012-12-20 23:08:03 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2012-12-20 23:08:03 +0000
commitf85defaea502a47e59826cf335d84a286243c77c (patch)
tree61719f6d7986d52203bf591d60b838a0f2b6450a /lldb/source/Target/ThreadPlanStepInRange.cpp
parent287e7d275c6022c95d9742e1dcca380b636d92e0 (diff)
downloadbcm5719-llvm-f85defaea502a47e59826cf335d84a286243c77c.tar.gz
bcm5719-llvm-f85defaea502a47e59826cf335d84a286243c77c.zip
Adding eStopReasonThreadExiting and fixing the handling of this state on Linux.
llvm-svn: 170800
Diffstat (limited to 'lldb/source/Target/ThreadPlanStepInRange.cpp')
-rw-r--r--lldb/source/Target/ThreadPlanStepInRange.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Target/ThreadPlanStepInRange.cpp b/lldb/source/Target/ThreadPlanStepInRange.cpp
index 1e512452c9a..d4324b6ec09 100644
--- a/lldb/source/Target/ThreadPlanStepInRange.cpp
+++ b/lldb/source/Target/ThreadPlanStepInRange.cpp
@@ -384,6 +384,7 @@ ThreadPlanStepInRange::PlanExplainsStop ()
case eStopReasonSignal:
case eStopReasonException:
case eStopReasonExec:
+ case eStopReasonThreadExiting:
{
LogSP log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP));
if (log)
OpenPOWER on IntegriCloud