Home | History | Annotate | Download | only in API

Lines Matching refs:new_plan_sp

571         ThreadPlanSP new_plan_sp;
577 new_plan_sp = thread->QueueThreadPlanForStepOverRange (abort_other_plans,
584 new_plan_sp = thread->QueueThreadPlanForStepSingleInstruction (true,
591 ResumeNewPlan (exe_ctx, new_plan_sp.get());
621 ThreadPlanSP new_plan_sp;
627 new_plan_sp = thread->QueueThreadPlanForStepInRange (abort_other_plans,
636 new_plan_sp = thread->QueueThreadPlanForStepSingleInstruction (false,
642 ResumeNewPlan (exe_ctx, new_plan_sp.get());
665 ThreadPlanSP new_plan_sp(thread->QueueThreadPlanForStepOut (abort_other_plans,
674 ResumeNewPlan (exe_ctx, new_plan_sp.get());
700 ThreadPlanSP new_plan_sp(thread->QueueThreadPlanForStepOut (abort_other_plans,
709 ResumeNewPlan (exe_ctx, new_plan_sp.get());
729 ThreadPlanSP new_plan_sp(thread->QueueThreadPlanForStepSingleInstruction (step_over, true, true));
732 ResumeNewPlan (exe_ctx, new_plan_sp.get());
757 ThreadPlanSP new_plan_sp(thread->QueueThreadPlanForRunToAddress (abort_other_plans, target_addr, stop_other_threads));
760 ResumeNewPlan (exe_ctx, new_plan_sp.get());
896 ThreadPlanSP new_plan_sp(thread->QueueThreadPlanForStepUntil (abort_other_plans,
902 sb_error = ResumeNewPlan (exe_ctx, new_plan_sp.get());