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

/external/lldb/include/lldb/Target/
H A DThreadPlanStepInRange.h81 Thread::QueueThreadPlanForStepOverRange (bool abort_other_plans,
86 Thread::QueueThreadPlanForStepInRange (bool abort_other_plans,
H A DThreadPlanBase.h63 Thread::QueueFundamentalPlan(bool abort_other_plans);
H A DThreadPlanStepInstruction.h47 Thread::QueueThreadPlanForStepSingleInstruction (bool step_over, bool abort_other_plans, bool stop_other_threads);
H A DThread.h485 /// @param[in] abort_other_plans
493 QueueFundamentalPlan (bool abort_other_plans);
500 /// @param[in] abort_other_plans
508 QueueThreadPlanForStepOverBreakpointPlan (bool abort_other_plans);
516 /// @param[in] abort_other_plans
528 bool abort_other_plans,
535 /// @param[in] abort_other_plans
559 QueueThreadPlanForStepOverRange (bool abort_other_plans,
567 /// @param[in] abort_other_plans
597 QueueThreadPlanForStepInRange (bool abort_other_plans,
[all...]
H A DThreadPlanStepOut.h70 Thread::QueueThreadPlanForStepOut (bool abort_other_plans,
H A DThreadPlanStepThrough.h53 bool abort_other_plans,
H A DThreadPlanStepUntil.h65 Thread::QueueThreadPlanForStepUntil (bool abort_other_plans,
/external/lldb/source/Target/
H A DThread.cpp1178 Thread::QueueThreadPlan (ThreadPlanSP &thread_plan_sp, bool abort_other_plans) argument
1180 if (abort_other_plans)
1354 Thread::QueueFundamentalPlan (bool abort_other_plans) argument
1357 QueueThreadPlan (thread_plan_sp, abort_other_plans);
1365 bool abort_other_plans,
1370 QueueThreadPlan (thread_plan_sp, abort_other_plans);
1377 bool abort_other_plans,
1386 QueueThreadPlan (thread_plan_sp, abort_other_plans);
1393 bool abort_other_plans,
1411 QueueThreadPlan (thread_plan_sp, abort_other_plans);
1362 QueueThreadPlanForStepSingleInstruction( bool step_over, bool abort_other_plans, bool stop_other_threads ) argument
1375 QueueThreadPlanForStepOverRange( bool abort_other_plans, const AddressRange &range, const SymbolContext &addr_context, lldb::RunMode stop_other_threads ) argument
1391 QueueThreadPlanForStepInRange( bool abort_other_plans, const AddressRange &range, const SymbolContext &addr_context, const char *step_in_target, lldb::RunMode stop_other_threads, bool avoid_code_without_debug_info ) argument
1417 QueueThreadPlanForStepOverBreakpointPlan(bool abort_other_plans) argument
1425 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 ) argument
1456 QueueThreadPlanForStepThrough(StackID &return_stack_id, bool abort_other_plans, bool stop_other_threads) argument
1467 QueueThreadPlanForCallFunction(bool abort_other_plans, Address& function, lldb::addr_t arg, bool stop_other_threads, bool unwind_on_error, bool ignore_breakpoints) argument
1486 QueueThreadPlanForRunToAddress(bool abort_other_plans, Address &target_addr, bool stop_other_threads) argument
1496 QueueThreadPlanForStepUntil(bool abort_other_plans, lldb::addr_t *address_list, size_t num_addresses, bool stop_other_threads, uint32_t frame_idx) argument
[all...]
H A DThreadPlanStepOverRange.cpp255 const bool abort_other_plans = false; local
257 new_plan_sp = m_thread.QueueThreadPlanForRunToAddress(abort_other_plans,
/external/lldb/source/API/
H A DSBThread.cpp568 bool abort_other_plans = false; local
577 new_plan_sp = thread->QueueThreadPlanForStepOverRange (abort_other_plans,
585 abort_other_plans,
617 bool abort_other_plans = false; local
627 new_plan_sp = thread->QueueThreadPlanForStepInRange (abort_other_plans,
637 abort_other_plans,
660 bool abort_other_plans = false; local
665 ThreadPlanSP new_plan_sp(thread->QueueThreadPlanForStepOut (abort_other_plans,
696 bool abort_other_plans = false; local
700 ThreadPlanSP new_plan_sp(thread->QueueThreadPlanForStepOut (abort_other_plans,
750 bool abort_other_plans = false; local
853 const bool abort_other_plans = false; local
[all...]
/external/lldb/source/Commands/
H A DCommandObjectThread.cpp446 const bool abort_other_plans = false; local
472 new_plan_sp = thread->QueueThreadPlanForStepInRange (abort_other_plans,
485 new_plan_sp = thread->QueueThreadPlanForStepSingleInstruction (false, abort_other_plans, bool_stop_other_threads);
493 new_plan_sp = thread->QueueThreadPlanForStepOverRange (abort_other_plans,
499 abort_other_plans,
505 new_plan_sp = thread->QueueThreadPlanForStepSingleInstruction (false, abort_other_plans, bool_stop_other_threads);
509 new_plan_sp = thread->QueueThreadPlanForStepSingleInstruction (true, abort_other_plans, bool_stop_other_threads);
513 new_plan_sp = thread->QueueThreadPlanForStepOut (abort_other_plans,
991 const bool abort_other_plans = false; local
1067 new_plan_sp = thread->QueueThreadPlanForStepUntil (abort_other_plans,
[all...]

Completed in 156 milliseconds