Lines Matching refs:new_plan_sp
464 ThreadPlanSP new_plan_sp; in DoExecute() local
472 new_plan_sp = thread->QueueThreadPlanForStepInRange (abort_other_plans, in DoExecute()
478 if (new_plan_sp && !m_options.m_avoid_regexp.empty()) in DoExecute()
480 …readPlanStepInRange *step_in_range_plan = static_cast<ThreadPlanStepInRange *> (new_plan_sp.get()); in DoExecute()
485 …new_plan_sp = thread->QueueThreadPlanForStepSingleInstruction (false, abort_other_plans, bool_stop… in DoExecute()
493 new_plan_sp = thread->QueueThreadPlanForStepOverRange (abort_other_plans, in DoExecute()
498 new_plan_sp = thread->QueueThreadPlanForStepSingleInstruction (true, 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()
531 if (new_plan_sp) in DoExecute()
533 new_plan_sp->SetIsMasterPlan (true); in DoExecute()
534 new_plan_sp->SetOkayToDiscard (false); in DoExecute()
1004 ThreadPlanSP new_plan_sp; in DoExecute() local
1067 new_plan_sp = thread->QueueThreadPlanForStepUntil (abort_other_plans, in DoExecute()
1075 new_plan_sp->SetIsMasterPlan (true); in DoExecute()
1076 new_plan_sp->SetOkayToDiscard(false); in DoExecute()