Lines Matching refs:stop_other_threads
524 void SBThread::StepOver(lldb::RunMode stop_other_threads) { in StepOver() argument
525 LLDB_INSTRUMENT_VA(this, stop_other_threads); in StepOver()
528 StepOver(stop_other_threads, error); in StepOver()
531 void SBThread::StepOver(lldb::RunMode stop_other_threads, SBError &error) { in StepOver() argument
532 LLDB_INSTRUMENT_VA(this, stop_other_threads, error); in StepOver()
553 abort_other_plans, sc.line_entry, sc, stop_other_threads, in StepOver()
557 true, abort_other_plans, stop_other_threads, new_plan_status); in StepOver()
563 void SBThread::StepInto(lldb::RunMode stop_other_threads) { in StepInto() argument
564 LLDB_INSTRUMENT_VA(this, stop_other_threads); in StepInto()
566 StepInto(nullptr, stop_other_threads); in StepInto()
570 lldb::RunMode stop_other_threads) { in StepInto() argument
571 LLDB_INSTRUMENT_VA(this, target_name, stop_other_threads); in StepInto()
574 StepInto(target_name, LLDB_INVALID_LINE_NUMBER, error, stop_other_threads); in StepInto()
578 SBError &error, lldb::RunMode stop_other_threads) { in StepInto() argument
579 LLDB_INSTRUMENT_VA(this, target_name, end_line, error, stop_other_threads); in StepInto()
611 abort_other_plans, range, sc, target_name, stop_other_threads, in StepInto()
616 false, abort_other_plans, stop_other_threads, new_plan_status); in StepInto()
644 bool stop_other_threads = false; in StepOut() local
651 abort_other_plans, nullptr, false, stop_other_threads, eVoteYes, in StepOut()
686 bool stop_other_threads = false; in StepOutOfFrame() local
695 abort_other_plans, nullptr, false, stop_other_threads, eVoteYes, in StepOutOfFrame()
752 bool stop_other_threads = true; in RunToAddress() local
760 abort_other_plans, target_addr, stop_other_threads, new_plan_status)); in RunToAddress()
839 const bool stop_other_threads = false; in StepOverUntil() local
870 step_over_until_addrs.size(), stop_other_threads, in StepOverUntil()