Lines Matching refs:thread_plan_sp

4724   RestorePlanState(lldb::ThreadPlanSP thread_plan_sp)  in RestorePlanState()  argument
4725 : m_thread_plan_sp(thread_plan_sp), m_already_reset(false) { in RestorePlanState()
4791 HandleStoppedEvent(Thread &thread, const ThreadPlanSP &thread_plan_sp, in HandleStoppedEvent() argument
4798 if (plan == thread_plan_sp && plan->PlanSucceeded()) { in HandleStoppedEvent()
4817 thread_plan_sp->SetPrivate(false); in HandleStoppedEvent()
4835 lldb::ThreadPlanSP &thread_plan_sp, in RunThreadPlan() argument
4842 if (!thread_plan_sp) { in RunThreadPlan()
4849 if (!thread_plan_sp->ValidatePlan(nullptr)) { in RunThreadPlan()
4872 RestorePlanState thread_plan_restorer(thread_plan_sp); in RunThreadPlan()
4879 thread_plan_sp->SetPrivate(false); in RunThreadPlan()
4885 thread_plan_sp->SetIsMasterPlan(true); in RunThreadPlan()
4886 thread_plan_sp->SetOkayToDiscard(false); in RunThreadPlan()
4979 thread_plan_sp, false); // This used to pass "true" does that make sense? in RunThreadPlan()
5010 thread_plan_sp->GetDescription(&s, lldb::eDescriptionLevelVerbose); in RunThreadPlan()
5240 *thread, thread_plan_sp, thread_plan_restorer, event_sp, in RunThreadPlan()
5363 *thread, thread_plan_sp, thread_plan_restorer, event_sp, in RunThreadPlan()
5384 thread_plan_sp->SetStopOthers(false); in RunThreadPlan()
5453 thread_plan_sp->RestoreThreadState(); in RunThreadPlan()
5547 static_cast<void *>(thread_plan_sp.get())); in RunThreadPlan()
5548 thread->DiscardThreadPlansUpToPlan(thread_plan_sp); in RunThreadPlan()
5553 static_cast<void *>(thread_plan_sp.get())); in RunThreadPlan()
5560 thread->DiscardThreadPlansUpToPlan(thread_plan_sp); in RunThreadPlan()
5563 if (thread->IsThreadPlanDone(thread_plan_sp.get())) { in RunThreadPlan()
5567 } else if (thread->WasThreadPlanDiscarded(thread_plan_sp.get())) { in RunThreadPlan()
5576 if (options.DoesUnwindOnError() && thread_plan_sp) { in RunThreadPlan()
5580 thread->DiscardThreadPlansUpToPlan(thread_plan_sp); in RunThreadPlan()