Home
last modified time | relevance | path

Searched refs:abort_other_plans (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h650 lldb::ThreadPlanSP QueueBasePlan(bool abort_other_plans);
673 bool step_over, bool abort_other_plans, bool stop_other_threads,
715 bool abort_other_plans, const AddressRange &range,
724 bool abort_other_plans, const LineEntry &line_entry,
777 bool abort_other_plans, const AddressRange &range,
787 bool abort_other_plans, const LineEntry &line_entry,
834 bool abort_other_plans, SymbolContext *addr_context, bool first_insn,
898 bool abort_other_plans, SymbolContext *addr_context, bool first_insn,
926 bool abort_other_plans, bool stop_other_threads,
951 QueueThreadPlanForRunToAddress(bool abort_other_plans, Address &target_addr,
[all …]
H A DThreadPlanBase.h47 friend lldb::ThreadPlanSP Thread::QueueBasePlan(bool abort_other_plans);
H A DThreadPlanStepInstruction.h41 bool step_over, bool abort_other_plans, bool stop_other_threads,
H A DThreadPlanStepThrough.h44 bool abort_other_plans,
H A DThreadPlanStepUntil.h56 bool abort_other_plans, lldb::addr_t *address_list, size_t num_addresses,
H A DThreadPlanStepOut.h78 bool abort_other_plans, SymbolContext *addr_context, bool first_insn,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1157 bool abort_other_plans) { in QueueThreadPlan() argument
1167 if (abort_other_plans) in QueueThreadPlan()
1238 ThreadPlanSP Thread::QueueBasePlan(bool abort_other_plans) { in QueueBasePlan() argument
1240 QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueBasePlan()
1245 bool step_over, bool abort_other_plans, bool stop_other_threads, in QueueThreadPlanForStepSingleInstruction() argument
1249 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepSingleInstruction()
1254 bool abort_other_plans, const AddressRange &range, in QueueThreadPlanForStepOverRange() argument
1262 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepOverRange()
1269 bool abort_other_plans, const LineEntry &line_entry, in QueueThreadPlanForStepOverRange() argument
1276 abort_other_plans, address_range, addr_context, stop_other_threads, in QueueThreadPlanForStepOverRange()
[all …]
H A DThreadPlanStepOverRange.cpp287 const bool abort_other_plans = false; in ShouldStop() local
298 abort_other_plans, step_range, sc, stop_other_threads, in ShouldStop()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp543 bool abort_other_plans = false; in StepOver() local
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()
589 bool abort_other_plans = false; in StepInto() local
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()
643 bool abort_other_plans = false; in StepOut() local
651 abort_other_plans, nullptr, false, stop_other_threads, eVoteYes, in StepOut()
685 bool abort_other_plans = false; in StepOutOfFrame() local
695 abort_other_plans, nullptr, false, stop_other_threads, eVoteYes, in StepOutOfFrame()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp462 const bool abort_other_plans = false; in DoExecute() local
520 abort_other_plans, range, in DoExecute()
533 false, abort_other_plans, bool_stop_other_threads, new_plan_status); in DoExecute()
539 abort_other_plans, in DoExecute()
546 true, abort_other_plans, bool_stop_other_threads, new_plan_status); in DoExecute()
549 false, abort_other_plans, bool_stop_other_threads, new_plan_status); in DoExecute()
552 true, abort_other_plans, bool_stop_other_threads, new_plan_status); in DoExecute()
555 abort_other_plans, nullptr, false, bool_stop_other_threads, eVoteYes, in DoExecute()
561 abort_other_plans, m_class_options.GetName().c_str(), in DoExecute()
927 const bool abort_other_plans = false; in DoExecute() local
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp163 const bool abort_other_plans = false; in ShouldStop() local
167 abort_other_plans, &sc, first_insn, false, eVoteNoOpinion, in ShouldStop()
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1552 const bool abort_other_plans = false; in InitCompletionHookCallback()
1553 thread_sp->QueueThreadPlan(thread_plan_sp, abort_other_plans); in InitCompletionHookCallback()
1556 const bool abort_other_plans = false; InitCompletionHookCallback() local