Lines Matching defs:new_plan_sp
481 ThreadPlanSP new_plan_sp;
525 new_plan_sp = thread->QueueThreadPlanForStepInRange(
532 if (new_plan_sp && !m_options.m_avoid_regexp.empty()) {
534 static_cast<ThreadPlanStepInRange *>(new_plan_sp.get());
538 new_plan_sp = thread->QueueThreadPlanForStepSingleInstruction(
544 new_plan_sp = thread->QueueThreadPlanForStepOverRange(
551 new_plan_sp = thread->QueueThreadPlanForStepSingleInstruction(
554 new_plan_sp = thread->QueueThreadPlanForStepSingleInstruction(
557 new_plan_sp = thread->QueueThreadPlanForStepSingleInstruction(
560 new_plan_sp = thread->QueueThreadPlanForStepOut(
566 new_plan_sp = thread->QueueThreadPlanForStepScripted(
579 if (new_plan_sp) {
580 new_plan_sp->SetIsControllingPlan(true);
581 new_plan_sp->SetOkayToDiscard(false);
584 if (!new_plan_sp->SetIterationCount(m_options.m_step_count)) {
943 ThreadPlanSP new_plan_sp;
1037 new_plan_sp = thread->QueueThreadPlanForStepUntil(
1040 if (new_plan_sp) {
1046 new_plan_sp->SetIsControllingPlan(true);
1047 new_plan_sp->SetOkayToDiscard(false);