Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DThread.cpp1151 bool abort_other_plans) { in QueueThreadPlan() argument
1161 if (abort_other_plans) in QueueThreadPlan()
1232 ThreadPlanSP Thread::QueueBasePlan(bool abort_other_plans) { in QueueBasePlan() argument
1234 QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueBasePlan()
1239 bool step_over, bool abort_other_plans, bool stop_other_threads, in QueueThreadPlanForStepSingleInstruction() argument
1243 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepSingleInstruction()
1248 bool abort_other_plans, const AddressRange &range, in QueueThreadPlanForStepOverRange() argument
1256 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepOverRange()
1263 bool abort_other_plans, const LineEntry &line_entry, in QueueThreadPlanForStepOverRange() argument
1270 abort_other_plans, address_range, addr_context, stop_other_threads, in QueueThreadPlanForStepOverRange()
[all …]
DThreadPlanStepOverRange.cpp283 const bool abort_other_plans = false; in ShouldStop() local
294 abort_other_plans, step_range, sc, stop_other_threads, in ShouldStop()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DThread.h618 lldb::ThreadPlanSP QueueBasePlan(bool abort_other_plans);
641 bool step_over, bool abort_other_plans, bool stop_other_threads,
683 bool abort_other_plans, const AddressRange &range,
692 bool abort_other_plans, const LineEntry &line_entry,
745 bool abort_other_plans, const AddressRange &range,
755 bool abort_other_plans, const LineEntry &line_entry,
802 bool abort_other_plans, SymbolContext *addr_context, bool first_insn,
866 bool abort_other_plans, SymbolContext *addr_context, bool first_insn,
894 bool abort_other_plans, bool stop_other_threads,
919 QueueThreadPlanForRunToAddress(bool abort_other_plans, Address &target_addr,
[all …]
DThreadPlanBase.h47 friend lldb::ThreadPlanSP Thread::QueueBasePlan(bool abort_other_plans);
DThreadPlanStepInstruction.h41 bool step_over, bool abort_other_plans, bool stop_other_threads,
DThreadPlanStepThrough.h44 bool abort_other_plans,
DThreadPlanStepUntil.h56 bool abort_other_plans, lldb::addr_t *address_list, size_t num_addresses,
DThreadPlanStepOut.h78 bool abort_other_plans, SymbolContext *addr_context, bool first_insn,
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBThread.cpp555 bool abort_other_plans = false; in StepOver() local
565 abort_other_plans, sc.line_entry, sc, stop_other_threads, in StepOver()
569 true, abort_other_plans, stop_other_threads, new_plan_status); in StepOver()
606 bool abort_other_plans = false; in StepInto() local
628 abort_other_plans, range, sc, target_name, stop_other_threads, in StepInto()
633 false, abort_other_plans, stop_other_threads, new_plan_status); in StepInto()
660 bool abort_other_plans = false; in StepOut() local
668 abort_other_plans, nullptr, false, stop_other_threads, eVoteYes, in StepOut()
705 bool abort_other_plans = false; in StepOutOfFrame() local
715 abort_other_plans, nullptr, false, stop_other_threads, eVoteYes, in StepOutOfFrame()
[all …]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectThread.cpp429 const bool abort_other_plans = false; in DoExecute() local
487 abort_other_plans, range, in DoExecute()
500 false, abort_other_plans, bool_stop_other_threads, new_plan_status); in DoExecute()
506 abort_other_plans, in DoExecute()
513 true, abort_other_plans, bool_stop_other_threads, new_plan_status); in DoExecute()
516 false, abort_other_plans, bool_stop_other_threads, new_plan_status); in DoExecute()
519 true, abort_other_plans, bool_stop_other_threads, new_plan_status); in DoExecute()
522 abort_other_plans, nullptr, false, bool_stop_other_threads, eVoteYes, in DoExecute()
527 abort_other_plans, m_class_options.GetName().c_str(), in DoExecute()
937 const bool abort_other_plans = false; in DoExecute() local
[all …]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.cpp154 const bool abort_other_plans = false; in ShouldStop() local
158 abort_other_plans, &sc, first_insn, false, eVoteNoOpinion, in ShouldStop()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.cpp1582 const bool abort_other_plans = false; in InitCompletionHookCallback() local
1583 thread_sp->QueueThreadPlan(thread_plan_sp, abort_other_plans); in InitCompletionHookCallback()