SBThread::StepOverUntil should run all threads. It is running to breakpoints, so running one thread is likely to cause the target to stall.

llvm-svn: 163924
This commit is contained in:
Jim Ingham 2012-09-14 18:57:14 +00:00
parent 66429fe1c7
commit c02e334422
1 changed files with 1 additions and 1 deletions

View File

@ -819,7 +819,7 @@ SBThread::StepOverUntil (lldb::SBFrame &sb_frame,
std::vector<addr_t> step_over_until_addrs;
const bool abort_other_plans = false;
const bool stop_other_threads = true;
const bool stop_other_threads = false;
const bool check_inlines = true;
const bool exact = false;