Lines Matching defs:new_plan_sp
553 ThreadPlanSP new_plan_sp;
558 new_plan_sp = thread->QueueThreadPlanForStepOverRange(
562 new_plan_sp = thread->QueueThreadPlanForStepSingleInstruction(
566 error = ResumeNewPlan(exe_ctx, new_plan_sp.get());
599 ThreadPlanSP new_plan_sp;
619 new_plan_sp = thread->QueueThreadPlanForStepInRange(
624 new_plan_sp = thread->QueueThreadPlanForStepSingleInstruction(
629 error = ResumeNewPlan(exe_ctx, new_plan_sp.get());
659 ThreadPlanSP new_plan_sp(thread->QueueThreadPlanForStepOut(
664 error = ResumeNewPlan(exe_ctx, new_plan_sp.get());
703 ThreadPlanSP new_plan_sp(thread->QueueThreadPlanForStepOut(
708 error = ResumeNewPlan(exe_ctx, new_plan_sp.get());
733 ThreadPlanSP new_plan_sp(thread->QueueThreadPlanForStepSingleInstruction(
737 error = ResumeNewPlan(exe_ctx, new_plan_sp.get());
768 ThreadPlanSP new_plan_sp(thread->QueueThreadPlanForRunToAddress(
772 error = ResumeNewPlan(exe_ctx, new_plan_sp.get());
880 ThreadPlanSP new_plan_sp(thread->QueueThreadPlanForStepUntil(
886 sb_error = ResumeNewPlan(exe_ctx, new_plan_sp.get());
930 ThreadPlanSP new_plan_sp = thread->QueueThreadPlanForStepScripted(
942 error = ResumeNewPlan(exe_ctx, new_plan_sp.get());