Lines Matching refs:thread_plan_sp
4801 RestorePlanState(lldb::ThreadPlanSP thread_plan_sp) in RestorePlanState() argument
4802 : m_thread_plan_sp(thread_plan_sp) { in RestorePlanState()
4868 HandleStoppedEvent(lldb::tid_t thread_id, const ThreadPlanSP &thread_plan_sp, in HandleStoppedEvent() argument
4875 ThreadSP thread_sp = thread_plan_sp->GetTarget() in HandleStoppedEvent()
4889 if (plan == thread_plan_sp && plan->PlanSucceeded()) { in HandleStoppedEvent()
4908 thread_plan_sp->SetPrivate(false); in HandleStoppedEvent()
4926 lldb::ThreadPlanSP &thread_plan_sp, in RunThreadPlan() argument
4933 if (!thread_plan_sp) { in RunThreadPlan()
4939 if (!thread_plan_sp->ValidatePlan(nullptr)) { in RunThreadPlan()
4966 RestorePlanState thread_plan_restorer(thread_plan_sp); in RunThreadPlan()
4973 thread_plan_sp->SetPrivate(false); in RunThreadPlan()
4979 thread_plan_sp->SetIsControllingPlan(true); in RunThreadPlan()
4980 thread_plan_sp->SetOkayToDiscard(false); in RunThreadPlan()
5074 thread_plan_sp, false); // This used to pass "true" does that make sense? in RunThreadPlan()
5105 thread_plan_sp->GetDescription(&s, lldb::eDescriptionLevelVerbose); in RunThreadPlan()
5321 expr_thread_id, thread_plan_sp, thread_plan_restorer, in RunThreadPlan()
5447 expr_thread_id, thread_plan_sp, thread_plan_restorer, in RunThreadPlan()
5469 thread_plan_sp->SetStopOthers(false); in RunThreadPlan()
5545 thread_plan_sp->RestoreThreadState(); in RunThreadPlan()
5640 static_cast<void *>(thread_plan_sp.get())); in RunThreadPlan()
5641 thread->DiscardThreadPlansUpToPlan(thread_plan_sp); in RunThreadPlan()
5646 static_cast<void *>(thread_plan_sp.get())); in RunThreadPlan()
5653 thread->DiscardThreadPlansUpToPlan(thread_plan_sp); in RunThreadPlan()
5656 if (thread->IsThreadPlanDone(thread_plan_sp.get())) { in RunThreadPlan()
5660 } else if (thread->WasThreadPlanDiscarded(thread_plan_sp.get())) { in RunThreadPlan()
5669 if (options.DoesUnwindOnError() && thread_plan_sp) { in RunThreadPlan()
5673 thread->DiscardThreadPlansUpToPlan(thread_plan_sp); in RunThreadPlan()