Lines Matching refs:thread_plan_sp
4531 RestorePlanState(lldb::ThreadPlanSP thread_plan_sp) in RestorePlanState() argument
4532 : m_thread_plan_sp(thread_plan_sp) { in RestorePlanState()
4598 HandleStoppedEvent(lldb::tid_t thread_id, const ThreadPlanSP &thread_plan_sp, in HandleStoppedEvent() argument
4605 ThreadSP thread_sp = thread_plan_sp->GetTarget() in HandleStoppedEvent()
4619 if (plan == thread_plan_sp && plan->PlanSucceeded()) { in HandleStoppedEvent()
4638 thread_plan_sp->SetPrivate(false); in HandleStoppedEvent()
4656 lldb::ThreadPlanSP &thread_plan_sp, in RunThreadPlan() argument
4663 if (!thread_plan_sp) { in RunThreadPlan()
4670 if (!thread_plan_sp->ValidatePlan(nullptr)) { in RunThreadPlan()
4697 RestorePlanState thread_plan_restorer(thread_plan_sp); in RunThreadPlan()
4704 thread_plan_sp->SetPrivate(false); in RunThreadPlan()
4710 thread_plan_sp->SetIsControllingPlan(true); in RunThreadPlan()
4711 thread_plan_sp->SetOkayToDiscard(false); in RunThreadPlan()
4802 thread_plan_sp, false); // This used to pass "true" does that make sense? in RunThreadPlan()
4833 thread_plan_sp->GetDescription(&s, lldb::eDescriptionLevelVerbose); in RunThreadPlan()
5049 expr_thread_id, thread_plan_sp, thread_plan_restorer, in RunThreadPlan()
5175 expr_thread_id, thread_plan_sp, thread_plan_restorer, in RunThreadPlan()
5197 thread_plan_sp->SetStopOthers(false); in RunThreadPlan()
5273 thread_plan_sp->RestoreThreadState(); in RunThreadPlan()
5368 static_cast<void *>(thread_plan_sp.get())); in RunThreadPlan()
5369 thread->DiscardThreadPlansUpToPlan(thread_plan_sp); in RunThreadPlan()
5374 static_cast<void *>(thread_plan_sp.get())); in RunThreadPlan()
5381 thread->DiscardThreadPlansUpToPlan(thread_plan_sp); in RunThreadPlan()
5384 if (thread->IsThreadPlanDone(thread_plan_sp.get())) { in RunThreadPlan()
5388 } else if (thread->WasThreadPlanDiscarded(thread_plan_sp.get())) { in RunThreadPlan()
5397 if (options.DoesUnwindOnError() && thread_plan_sp) { in RunThreadPlan()
5401 thread->DiscardThreadPlansUpToPlan(thread_plan_sp); in RunThreadPlan()