From 4a58e968464cb345fe5dd69a1ffd2839aed128ac Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Thu, 25 Oct 2012 22:30:09 +0000 Subject: Found a couple more places where we need to run all threads when stepping. llvm-svn: 166732 --- lldb/source/Target/ThreadPlanStepOverRange.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Target/ThreadPlanStepOverRange.cpp') diff --git a/lldb/source/Target/ThreadPlanStepOverRange.cpp b/lldb/source/Target/ThreadPlanStepOverRange.cpp index 5298762124a..e653e0623a8 100644 --- a/lldb/source/Target/ThreadPlanStepOverRange.cpp +++ b/lldb/source/Target/ThreadPlanStepOverRange.cpp @@ -78,7 +78,7 @@ ThreadPlanStepOverRange::ShouldStop (Event *event_ptr) // If we're out of the range but in the same frame or in our caller's frame // then we should stop. - // When stepping out we only step if we are forcing running one thread. + // When stepping out we only stop others if we are forcing running one thread. bool stop_others; if (m_stop_others == lldb::eOnlyThisThread) stop_others = true; -- cgit v1.2.3