Searched refs:abort_other_plans (Results 1 – 11 of 11) sorted by relevance
/external/lldb/include/lldb/Target/ |
D | Thread.h | 493 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 …]
|
D | ThreadPlanStepInRange.h | 81 Thread::QueueThreadPlanForStepOverRange (bool abort_other_plans, 86 Thread::QueueThreadPlanForStepInRange (bool abort_other_plans,
|
D | ThreadPlanBase.h | 63 Thread::QueueFundamentalPlan(bool abort_other_plans);
|
D | ThreadPlanStepInstruction.h | 47 …Thread::QueueThreadPlanForStepSingleInstruction (bool step_over, bool abort_other_plans, bool stop…
|
D | ThreadPlanStepThrough.h | 53 bool abort_other_plans,
|
D | ThreadPlanStepUntil.h | 65 Thread::QueueThreadPlanForStepUntil (bool abort_other_plans,
|
D | ThreadPlanStepOut.h | 70 Thread::QueueThreadPlanForStepOut (bool abort_other_plans,
|
/external/lldb/source/Target/ |
D | Thread.cpp | 1178 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 …]
|
D | ThreadPlanStepOverRange.cpp | 255 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/ |
D | SBThread.cpp | 568 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/ |
D | CommandObjectThread.cpp | 446 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()
|