SBThread::StepOut and SBThread::StepOutOfFrame should both run all threads.
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@163938 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/API/SBThread.cpp b/source/API/SBThread.cpp
index a2a7c51..05d54d6 100644
--- a/source/API/SBThread.cpp
+++ b/source/API/SBThread.cpp
@@ -625,7 +625,7 @@
if (exe_ctx.HasThreadScope())
{
bool abort_other_plans = false;
- bool stop_other_threads = true;
+ bool stop_other_threads = false;
Thread *thread = exe_ctx.GetThreadPtr();
@@ -661,7 +661,7 @@
if (exe_ctx.HasThreadScope())
{
bool abort_other_plans = false;
- bool stop_other_threads = true;
+ bool stop_other_threads = false;
Thread *thread = exe_ctx.GetThreadPtr();
ThreadPlan *new_plan = thread->QueueThreadPlanForStepOut (abort_other_plans,