mirror of
https://github.com/intel/llvm.git
synced 2026-01-15 12:25:46 +08:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user