Searched refs:abort_other_plans (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanBase.h48 Thread::QueueFundamentalPlan(bool abort_other_plans);
H A DThreadPlanStepInstruction.h41 bool step_over, bool abort_other_plans, bool stop_other_threads,
H A DThreadPlanStepInRange.h76 bool abort_other_plans, const AddressRange &range,
80 bool abort_other_plans, const AddressRange &range,
H A DThread.h584 /// \param[in] abort_other_plans
592 virtual lldb::ThreadPlanSP QueueFundamentalPlan(bool abort_other_plans);
600 /// \param[in] abort_other_plans
615 bool step_over, bool abort_other_plans, bool stop_other_threads,
621 /// \param[in] abort_other_plans
657 bool abort_other_plans, const AddressRange &range,
666 bool abort_other_plans, const LineEntry &line_entry,
674 /// \param[in] abort_other_plans
719 bool abort_other_plans, const AddressRange &range,
729 bool abort_other_plans, cons
[all...]
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-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1158 bool abort_other_plans) {
1168 if (abort_other_plans)
1343 ThreadPlanSP Thread::QueueFundamentalPlan(bool abort_other_plans) { argument
1345 QueueThreadPlan(thread_plan_sp, abort_other_plans);
1350 bool step_over, bool abort_other_plans, bool stop_other_threads,
1354 status = QueueThreadPlan(thread_plan_sp, abort_other_plans);
1359 bool abort_other_plans, const AddressRange &range,
1367 status = QueueThreadPlan(thread_plan_sp, abort_other_plans);
1374 bool abort_other_plans, const LineEntry &line_entry,
1381 abort_other_plans, address_rang
1157 QueueThreadPlan(ThreadPlanSP &thread_plan_sp, bool abort_other_plans) argument
1349 QueueThreadPlanForStepSingleInstruction( bool step_over, bool abort_other_plans, bool stop_other_threads, Status &status) argument
1358 QueueThreadPlanForStepOverRange( bool abort_other_plans, const AddressRange &range, const SymbolContext &addr_context, lldb::RunMode stop_other_threads, Status &status, LazyBool step_out_avoids_code_withoug_debug_info) argument
1373 QueueThreadPlanForStepOverRange( bool abort_other_plans, const LineEntry &line_entry, const SymbolContext &addr_context, lldb::RunMode stop_other_threads, Status &status, LazyBool step_out_avoids_code_withoug_debug_info) argument
1385 QueueThreadPlanForStepInRange( bool abort_other_plans, const AddressRange &range, const SymbolContext &addr_context, const char *step_in_target, lldb::RunMode stop_other_threads, Status &status, LazyBool step_in_avoids_code_without_debug_info, LazyBool step_out_avoids_code_without_debug_info) argument
1406 QueueThreadPlanForStepInRange( bool abort_other_plans, const LineEntry &line_entry, const SymbolContext &addr_context, const char *step_in_target, lldb::RunMode stop_other_threads, Status &status, LazyBool step_in_avoids_code_without_debug_info, LazyBool step_out_avoids_code_without_debug_info) argument
1421 QueueThreadPlanForStepOut( bool abort_other_plans, SymbolContext *addr_context, bool first_insn, bool stop_other_threads, Vote stop_vote, Vote run_vote, uint32_t frame_idx, Status &status, LazyBool step_out_avoids_code_without_debug_info) argument
1433 QueueThreadPlanForStepOutNoShouldStop( bool abort_other_plans, SymbolContext *addr_context, bool first_insn, bool stop_other_threads, Vote stop_vote, Vote run_vote, uint32_t frame_idx, Status &status, bool continue_to_next_branch) argument
1451 QueueThreadPlanForStepThrough(StackID &return_stack_id, bool abort_other_plans, bool stop_other_threads, Status &status) argument
1464 QueueThreadPlanForRunToAddress(bool abort_other_plans, Address &target_addr, bool stop_other_threads, Status &status) argument
1475 QueueThreadPlanForStepUntil( bool abort_other_plans, lldb::addr_t *address_list, size_t num_addresses, bool stop_other_threads, uint32_t frame_idx, Status &status) argument
1485 QueueThreadPlanForStepScripted( bool abort_other_plans, const char *class_name, StructuredData::ObjectSP extra_args_sp, bool stop_other_threads, Status &status) argument
2114 const bool abort_other_plans = false; local
2148 const bool abort_other_plans = false; local
2178 const bool abort_other_plans = false; local
[all...]
H A DThreadPlanStepOverRange.cpp279 const bool abort_other_plans = false; local
290 abort_other_plans, step_range, sc, stop_other_threads,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp157 const bool abort_other_plans = false; local
161 abort_other_plans, &sc, first_insn, m_stop_others, eVoteNoOpinion,
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp608 bool abort_other_plans = false; local
618 abort_other_plans, sc.line_entry, sc, stop_other_threads,
622 true, abort_other_plans, stop_other_threads, new_plan_status);
659 bool abort_other_plans = false; local
681 abort_other_plans, range, sc, target_name, stop_other_threads,
686 false, abort_other_plans, stop_other_threads, new_plan_status);
713 bool abort_other_plans = false; local
721 abort_other_plans, nullptr, false, stop_other_threads, eVoteYes,
758 bool abort_other_plans = false; local
768 abort_other_plans, nullpt
826 bool abort_other_plans = false; local
911 const bool abort_other_plans = false; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp610 const bool abort_other_plans = false; variable
672 abort_other_plans, range,
685 false, abort_other_plans, bool_stop_other_threads, new_plan_status);
691 abort_other_plans,
698 true, abort_other_plans, bool_stop_other_threads, new_plan_status);
701 false, abort_other_plans, bool_stop_other_threads, new_plan_status);
704 true, abort_other_plans, bool_stop_other_threads, new_plan_status);
707 abort_other_plans, nullptr, false, bool_stop_other_threads, eVoteYes,
712 abort_other_plans, m_class_options.GetName().c_str(),
1133 const bool abort_other_plans variable
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1586 const bool abort_other_plans = false; local
1587 thread_sp->QueueThreadPlan(thread_plan_sp, abort_other_plans);

Completed in 125 milliseconds