Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/include/lldb/Target/
HDThread.h530 QueueFundamentalPlan (bool abort_other_plans);
550 bool abort_other_plans,
581 QueueThreadPlanForStepOverRange (bool abort_other_plans,
619 QueueThreadPlanForStepInRange (bool abort_other_plans,
655 QueueThreadPlanForStepOut (bool abort_other_plans,
684 bool abort_other_plans,
706 QueueThreadPlanForRunToAddress (bool abort_other_plans,
711 QueueThreadPlanForStepUntil (bool abort_other_plans,
812 QueueThreadPlan (lldb::ThreadPlanSP &plan_sp, bool abort_other_plans);
HDThreadPlanStepInRange.h81 Thread::QueueThreadPlanForStepOverRange (bool abort_other_plans,
86 Thread::QueueThreadPlanForStepInRange (bool abort_other_plans,
HDThreadPlanStepInstruction.h47 …Thread::QueueThreadPlanForStepSingleInstruction (bool step_over, bool abort_other_plans, bool stop…
HDThreadPlanBase.h63 Thread::QueueFundamentalPlan(bool abort_other_plans);
HDThreadPlanStepThrough.h53 bool abort_other_plans,
HDThreadPlanStepUntil.h65 Thread::QueueThreadPlanForStepUntil (bool abort_other_plans,
HDThreadPlanStepOut.h70 Thread::QueueThreadPlanForStepOut (bool abort_other_plans,
/trueos/contrib/llvm/tools/lldb/source/Target/
HDThread.cpp1226 Thread::QueueThreadPlan (ThreadPlanSP &thread_plan_sp, bool abort_other_plans) in QueueThreadPlan() argument
1228 if (abort_other_plans) in QueueThreadPlan()
1402 Thread::QueueFundamentalPlan (bool abort_other_plans) in QueueFundamentalPlan() argument
1405 QueueThreadPlan (thread_plan_sp, abort_other_plans); in QueueFundamentalPlan()
1413 bool abort_other_plans, in QueueThreadPlanForStepSingleInstruction() argument
1418 QueueThreadPlan (thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepSingleInstruction()
1425 bool abort_other_plans, in QueueThreadPlanForStepOverRange() argument
1434 QueueThreadPlan (thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepOverRange()
1441 bool abort_other_plans, in QueueThreadPlanForStepInRange() argument
1459 QueueThreadPlan (thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepInRange()
[all …]
HDThreadPlanStepOverRange.cpp259 const bool abort_other_plans = false; in ShouldStop() local
261 … new_plan_sp = m_thread.QueueThreadPlanForRunToAddress(abort_other_plans, in ShouldStop()
/trueos/contrib/llvm/tools/lldb/source/API/
HDSBThread.cpp596 bool abort_other_plans = false; in StepOver() local
605 new_plan_sp = thread->QueueThreadPlanForStepOverRange (abort_other_plans, in StepOver()
613 abort_other_plans, in StepOver()
645 bool abort_other_plans = false; in StepInto() local
655 new_plan_sp = thread->QueueThreadPlanForStepInRange (abort_other_plans, in StepInto()
665 abort_other_plans, in StepInto()
688 bool abort_other_plans = false; in StepOut() local
693 ThreadPlanSP new_plan_sp(thread->QueueThreadPlanForStepOut (abort_other_plans, in StepOut()
724 bool abort_other_plans = false; in StepOutOfFrame() local
728 ThreadPlanSP new_plan_sp(thread->QueueThreadPlanForStepOut (abort_other_plans, in StepOutOfFrame()
[all …]
/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectThread.cpp494 const bool abort_other_plans = false; in DoExecute() local
520 new_plan_sp = thread->QueueThreadPlanForStepInRange (abort_other_plans, in DoExecute()
533 …w_plan_sp = thread->QueueThreadPlanForStepSingleInstruction (false, abort_other_plans, bool_stop_o… in DoExecute()
541 new_plan_sp = thread->QueueThreadPlanForStepOverRange (abort_other_plans, in DoExecute()
547 abort_other_plans, in DoExecute()
553 …new_plan_sp = thread->QueueThreadPlanForStepSingleInstruction (false, abort_other_plans, bool_stop… in DoExecute()
557 …new_plan_sp = thread->QueueThreadPlanForStepSingleInstruction (true, abort_other_plans, bool_stop_… in DoExecute()
561 new_plan_sp = thread->QueueThreadPlanForStepOut (abort_other_plans, in DoExecute()
1048 const bool abort_other_plans = false; in DoExecute() local
1124 new_plan_sp = thread->QueueThreadPlanForStepUntil (abort_other_plans, in DoExecute()