Found a couple more places where we need to run all threads when stepping.

llvm-svn: 166732
This commit is contained in:
Jim Ingham
2012-10-25 22:30:09 +00:00
parent 9421156acc
commit 4a58e96846
3 changed files with 15 additions and 8 deletions

View File

@@ -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;