Lines Matching refs:thread_plan_sp

4603   RestorePlanState(lldb::ThreadPlanSP thread_plan_sp)  in RestorePlanState()  argument
4604 : m_thread_plan_sp(thread_plan_sp) { in RestorePlanState()
4670 HandleStoppedEvent(lldb::tid_t thread_id, const ThreadPlanSP &thread_plan_sp, in HandleStoppedEvent() argument
4677 ThreadSP thread_sp = thread_plan_sp->GetTarget() in HandleStoppedEvent()
4691 if (plan == thread_plan_sp && plan->PlanSucceeded()) { in HandleStoppedEvent()
4710 thread_plan_sp->SetPrivate(false); in HandleStoppedEvent()
4728 lldb::ThreadPlanSP &thread_plan_sp, in RunThreadPlan() argument
4735 if (!thread_plan_sp) { in RunThreadPlan()
4742 if (!thread_plan_sp->ValidatePlan(nullptr)) { in RunThreadPlan()
4769 RestorePlanState thread_plan_restorer(thread_plan_sp); in RunThreadPlan()
4776 thread_plan_sp->SetPrivate(false); in RunThreadPlan()
4782 thread_plan_sp->SetIsControllingPlan(true); in RunThreadPlan()
4783 thread_plan_sp->SetOkayToDiscard(false); in RunThreadPlan()
4877 thread_plan_sp, false); // This used to pass "true" does that make sense? in RunThreadPlan()
4908 thread_plan_sp->GetDescription(&s, lldb::eDescriptionLevelVerbose); in RunThreadPlan()
5124 expr_thread_id, thread_plan_sp, thread_plan_restorer, in RunThreadPlan()
5250 expr_thread_id, thread_plan_sp, thread_plan_restorer, in RunThreadPlan()
5272 thread_plan_sp->SetStopOthers(false); in RunThreadPlan()
5348 thread_plan_sp->RestoreThreadState(); in RunThreadPlan()
5443 static_cast<void *>(thread_plan_sp.get())); in RunThreadPlan()
5444 thread->DiscardThreadPlansUpToPlan(thread_plan_sp); in RunThreadPlan()
5449 static_cast<void *>(thread_plan_sp.get())); in RunThreadPlan()
5456 thread->DiscardThreadPlansUpToPlan(thread_plan_sp); in RunThreadPlan()
5459 if (thread->IsThreadPlanDone(thread_plan_sp.get())) { in RunThreadPlan()
5463 } else if (thread->WasThreadPlanDiscarded(thread_plan_sp.get())) { in RunThreadPlan()
5472 if (options.DoesUnwindOnError() && thread_plan_sp) { in RunThreadPlan()
5476 thread->DiscardThreadPlansUpToPlan(thread_plan_sp); in RunThreadPlan()