Lines Matching defs:stop_other_threads
530 void SBThread::StepOver(lldb::RunMode stop_other_threads) {
531 LLDB_INSTRUMENT_VA(this, stop_other_threads);
534 StepOver(stop_other_threads, error);
537 void SBThread::StepOver(lldb::RunMode stop_other_threads, SBError &error) {
538 LLDB_INSTRUMENT_VA(this, stop_other_threads, error);
559 abort_other_plans, sc.line_entry, sc, stop_other_threads,
563 true, abort_other_plans, stop_other_threads, new_plan_status);
569 void SBThread::StepInto(lldb::RunMode stop_other_threads) {
570 LLDB_INSTRUMENT_VA(this, stop_other_threads);
572 StepInto(nullptr, stop_other_threads);
576 lldb::RunMode stop_other_threads) {
577 LLDB_INSTRUMENT_VA(this, target_name, stop_other_threads);
580 StepInto(target_name, LLDB_INVALID_LINE_NUMBER, error, stop_other_threads);
584 SBError &error, lldb::RunMode stop_other_threads) {
585 LLDB_INSTRUMENT_VA(this, target_name, end_line, error, stop_other_threads);
620 abort_other_plans, range, sc, target_name, stop_other_threads,
625 false, abort_other_plans, stop_other_threads, new_plan_status);
653 bool stop_other_threads = false;
660 abort_other_plans, nullptr, false, stop_other_threads, eVoteYes,
695 bool stop_other_threads = false;
704 abort_other_plans, nullptr, false, stop_other_threads, eVoteYes,
761 bool stop_other_threads = true;
769 abort_other_plans, target_addr, stop_other_threads, new_plan_status));
848 const bool stop_other_threads = false;
882 step_over_until_addrs.size(), stop_other_threads,