Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Target/
DThread.h493 QueueFundamentalPlan (bool abort_other_plans);
508 QueueThreadPlanForStepOverBreakpointPlan (bool abort_other_plans);
528 bool abort_other_plans,
559 QueueThreadPlanForStepOverRange (bool abort_other_plans,
597 QueueThreadPlanForStepInRange (bool abort_other_plans,
633 QueueThreadPlanForStepOut (bool abort_other_plans,
662 bool abort_other_plans,
684 QueueThreadPlanForRunToAddress (bool abort_other_plans,
689 QueueThreadPlanForStepUntil (bool abort_other_plans,
696 QueueThreadPlanForCallFunction (bool abort_other_plans,
[all …]
DThreadPlanStepInRange.h81 Thread::QueueThreadPlanForStepOverRange (bool abort_other_plans,
86 Thread::QueueThreadPlanForStepInRange (bool abort_other_plans,
DThreadPlanBase.h63 Thread::QueueFundamentalPlan(bool abort_other_plans);
DThreadPlanStepInstruction.h47 …Thread::QueueThreadPlanForStepSingleInstruction (bool step_over, bool abort_other_plans, bool stop…
DThreadPlanStepThrough.h53 bool abort_other_plans,
DThreadPlanStepUntil.h65 Thread::QueueThreadPlanForStepUntil (bool abort_other_plans,
DThreadPlanStepOut.h70 Thread::QueueThreadPlanForStepOut (bool abort_other_plans,
/external/lldb/source/Target/
DThread.cpp1178 Thread::QueueThreadPlan (ThreadPlanSP &thread_plan_sp, bool abort_other_plans) in QueueThreadPlan() argument
1180 if (abort_other_plans) in QueueThreadPlan()
1354 Thread::QueueFundamentalPlan (bool abort_other_plans) in QueueFundamentalPlan() argument
1357 QueueThreadPlan (thread_plan_sp, abort_other_plans); in QueueFundamentalPlan()
1365 bool abort_other_plans, in QueueThreadPlanForStepSingleInstruction() argument
1370 QueueThreadPlan (thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepSingleInstruction()
1377 bool abort_other_plans, in QueueThreadPlanForStepOverRange() argument
1386 QueueThreadPlan (thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepOverRange()
1393 bool abort_other_plans, in QueueThreadPlanForStepInRange() argument
1411 QueueThreadPlan (thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepInRange()
[all …]
DThreadPlanStepOverRange.cpp255 const bool abort_other_plans = false; in ShouldStop() local
257 … new_plan_sp = m_thread.QueueThreadPlanForRunToAddress(abort_other_plans, in ShouldStop()
/external/lldb/source/API/
DSBThread.cpp568 bool abort_other_plans = false; in StepOver() local
577 new_plan_sp = thread->QueueThreadPlanForStepOverRange (abort_other_plans, in StepOver()
585 abort_other_plans, in StepOver()
617 bool abort_other_plans = false; in StepInto() local
627 new_plan_sp = thread->QueueThreadPlanForStepInRange (abort_other_plans, in StepInto()
637 abort_other_plans, in StepInto()
660 bool abort_other_plans = false; in StepOut() local
665 ThreadPlanSP new_plan_sp(thread->QueueThreadPlanForStepOut (abort_other_plans, in StepOut()
696 bool abort_other_plans = false; in StepOutOfFrame() local
700 ThreadPlanSP new_plan_sp(thread->QueueThreadPlanForStepOut (abort_other_plans, in StepOutOfFrame()
[all …]
/external/lldb/source/Commands/
DCommandObjectThread.cpp446 const bool abort_other_plans = false; in DoExecute() local
472 new_plan_sp = thread->QueueThreadPlanForStepInRange (abort_other_plans, in DoExecute()
485 …w_plan_sp = thread->QueueThreadPlanForStepSingleInstruction (false, abort_other_plans, bool_stop_o… in DoExecute()
493 new_plan_sp = thread->QueueThreadPlanForStepOverRange (abort_other_plans, in DoExecute()
499 abort_other_plans, in DoExecute()
505 …new_plan_sp = thread->QueueThreadPlanForStepSingleInstruction (false, abort_other_plans, bool_stop… in DoExecute()
509 …new_plan_sp = thread->QueueThreadPlanForStepSingleInstruction (true, abort_other_plans, bool_stop_… in DoExecute()
513 new_plan_sp = thread->QueueThreadPlanForStepOut (abort_other_plans, in DoExecute()
991 const bool abort_other_plans = false; in DoExecute() local
1067 new_plan_sp = thread->QueueThreadPlanForStepUntil (abort_other_plans, in DoExecute()