Lines Matching refs:stop_other_threads
526 void SBThread::StepOver(lldb::RunMode stop_other_threads) { in StepOver() argument
527 LLDB_INSTRUMENT_VA(this, stop_other_threads); in StepOver()
530 StepOver(stop_other_threads, error); in StepOver()
533 void SBThread::StepOver(lldb::RunMode stop_other_threads, SBError &error) { in StepOver() argument
534 LLDB_INSTRUMENT_VA(this, stop_other_threads, error); in StepOver()
555 abort_other_plans, sc.line_entry, sc, stop_other_threads, in StepOver()
559 true, abort_other_plans, stop_other_threads, new_plan_status); in StepOver()
565 void SBThread::StepInto(lldb::RunMode stop_other_threads) { in StepInto() argument
566 LLDB_INSTRUMENT_VA(this, stop_other_threads); in StepInto()
568 StepInto(nullptr, stop_other_threads); in StepInto()
572 lldb::RunMode stop_other_threads) { in StepInto() argument
573 LLDB_INSTRUMENT_VA(this, target_name, stop_other_threads); in StepInto()
576 StepInto(target_name, LLDB_INVALID_LINE_NUMBER, error, stop_other_threads); in StepInto()
580 SBError &error, lldb::RunMode stop_other_threads) { in StepInto() argument
581 LLDB_INSTRUMENT_VA(this, target_name, end_line, error, stop_other_threads); in StepInto()
613 abort_other_plans, range, sc, target_name, stop_other_threads, in StepInto()
618 false, abort_other_plans, stop_other_threads, new_plan_status); in StepInto()
646 bool stop_other_threads = false; in StepOut() local
653 abort_other_plans, nullptr, false, stop_other_threads, eVoteYes, in StepOut()
688 bool stop_other_threads = false; in StepOutOfFrame() local
697 abort_other_plans, nullptr, false, stop_other_threads, eVoteYes, in StepOutOfFrame()
754 bool stop_other_threads = true; in RunToAddress() local
762 abort_other_plans, target_addr, stop_other_threads, new_plan_status)); in RunToAddress()
837 const bool stop_other_threads = false; in StepOverUntil() local
874 step_over_until_addrs.size(), stop_other_threads, in StepOverUntil()