/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Thread.h | 650 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 D | ThreadPlanBase.h | 47 friend lldb::ThreadPlanSP Thread::QueueBasePlan(bool abort_other_plans);
|
H A D | ThreadPlanStepInstruction.h | 41 bool step_over, bool abort_other_plans, bool stop_other_threads,
|
H A D | ThreadPlanStepThrough.h | 44 bool abort_other_plans,
|
H A D | ThreadPlanStepUntil.h | 56 bool abort_other_plans, lldb::addr_t *address_list, size_t num_addresses,
|
H A D | ThreadPlanStepOut.h | 78 bool abort_other_plans, SymbolContext *addr_context, bool first_insn,
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Thread.cpp | 1157 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 D | ThreadPlanStepOverRange.cpp | 287 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 D | SBThread.cpp | 543 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 D | CommandObjectThread.cpp | 462 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 D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 163 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 D | StructuredDataDarwinLog.cpp | 1552 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
|