Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DThread.h618 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 …]
DThreadPlanBase.h48 Thread::QueueFundamentalPlan(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,
/external/llvm-project/lldb/source/Target/
DThread.cpp1155 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 …]
DThreadPlanStepOverRange.cpp283 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/
DSBThread.cpp539 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/
DCommandObjectThread.cpp434 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/
DAppleThreadPlanStepThroughObjCTrampoline.cpp156 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/
DStructuredDataDarwinLog.cpp1588 const bool abort_other_plans = false; in InitCompletionHookCallback() local
1589 thread_sp->QueueThreadPlan(thread_plan_sp, abort_other_plans); in InitCompletionHookCallback()