/external/llvm-project/lldb/include/lldb/Target/ |
D | Thread.h | 618 virtual lldb::ThreadPlanSP QueueFundamentalPlan(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 …]
|
D | ThreadPlanBase.h | 48 Thread::QueueFundamentalPlan(bool abort_other_plans);
|
D | ThreadPlanStepInstruction.h | 41 bool step_over, bool abort_other_plans, bool stop_other_threads,
|
D | ThreadPlanStepThrough.h | 44 bool abort_other_plans,
|
D | ThreadPlanStepUntil.h | 56 bool abort_other_plans, lldb::addr_t *address_list, size_t num_addresses,
|
D | ThreadPlanStepOut.h | 78 bool abort_other_plans, SymbolContext *addr_context, bool first_insn,
|
/external/llvm-project/lldb/source/Target/ |
D | Thread.cpp | 1155 bool abort_other_plans) { in QueueThreadPlan() argument 1165 if (abort_other_plans) in QueueThreadPlan() 1244 ThreadPlanSP Thread::QueueFundamentalPlan(bool abort_other_plans) { in QueueFundamentalPlan() argument 1246 QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueFundamentalPlan() 1251 bool step_over, bool abort_other_plans, bool stop_other_threads, in QueueThreadPlanForStepSingleInstruction() argument 1255 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepSingleInstruction() 1260 bool abort_other_plans, const AddressRange &range, in QueueThreadPlanForStepOverRange() argument 1268 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepOverRange() 1275 bool abort_other_plans, const LineEntry &line_entry, in QueueThreadPlanForStepOverRange() argument 1282 abort_other_plans, address_range, addr_context, stop_other_threads, in QueueThreadPlanForStepOverRange() [all …]
|
D | ThreadPlanStepOverRange.cpp | 283 const bool abort_other_plans = false; in ShouldStop() local 294 abort_other_plans, step_range, sc, stop_other_threads, in ShouldStop()
|
/external/llvm-project/lldb/source/API/ |
D | SBThread.cpp | 539 bool abort_other_plans = false; in StepOver() local 549 abort_other_plans, sc.line_entry, sc, stop_other_threads, in StepOver() 553 true, abort_other_plans, stop_other_threads, new_plan_status); in StepOver() 590 bool abort_other_plans = false; in StepInto() local 612 abort_other_plans, range, sc, target_name, stop_other_threads, in StepInto() 617 false, abort_other_plans, stop_other_threads, new_plan_status); in StepInto() 644 bool abort_other_plans = false; in StepOut() local 652 abort_other_plans, nullptr, false, stop_other_threads, eVoteYes, in StepOut() 689 bool abort_other_plans = false; in StepOutOfFrame() local 699 abort_other_plans, nullptr, false, stop_other_threads, eVoteYes, in StepOutOfFrame() [all …]
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectThread.cpp | 434 const bool abort_other_plans = false; in DoExecute() local 495 abort_other_plans, range, in DoExecute() 508 false, abort_other_plans, bool_stop_other_threads, new_plan_status); in DoExecute() 514 abort_other_plans, in DoExecute() 521 true, abort_other_plans, bool_stop_other_threads, new_plan_status); in DoExecute() 524 false, abort_other_plans, bool_stop_other_threads, new_plan_status); in DoExecute() 527 true, abort_other_plans, bool_stop_other_threads, new_plan_status); in DoExecute() 530 abort_other_plans, nullptr, false, bool_stop_other_threads, eVoteYes, in DoExecute() 535 abort_other_plans, m_class_options.GetName().c_str(), in DoExecute() 961 const bool abort_other_plans = false; in DoExecute() local [all …]
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 156 const bool abort_other_plans = false; in ShouldStop() local 160 abort_other_plans, &sc, first_insn, m_stop_others, eVoteNoOpinion, in ShouldStop()
|
/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
D | StructuredDataDarwinLog.cpp | 1588 const bool abort_other_plans = false; in InitCompletionHookCallback() local 1589 thread_sp->QueueThreadPlan(thread_plan_sp, abort_other_plans); in InitCompletionHookCallback()
|