Lines Matching refs:thread_plan_sp
4504 RestorePlanState(lldb::ThreadPlanSP thread_plan_sp) in RestorePlanState() argument
4505 : m_thread_plan_sp(thread_plan_sp), m_already_reset(false) { in RestorePlanState()
4571 HandleStoppedEvent(lldb::tid_t thread_id, const ThreadPlanSP &thread_plan_sp, in HandleStoppedEvent() argument
4578 ThreadSP thread_sp = thread_plan_sp->GetTarget() in HandleStoppedEvent()
4592 if (plan == thread_plan_sp && plan->PlanSucceeded()) { in HandleStoppedEvent()
4611 thread_plan_sp->SetPrivate(false); in HandleStoppedEvent()
4629 lldb::ThreadPlanSP &thread_plan_sp, in RunThreadPlan() argument
4636 if (!thread_plan_sp) { in RunThreadPlan()
4643 if (!thread_plan_sp->ValidatePlan(nullptr)) { in RunThreadPlan()
4670 RestorePlanState thread_plan_restorer(thread_plan_sp); in RunThreadPlan()
4677 thread_plan_sp->SetPrivate(false); in RunThreadPlan()
4683 thread_plan_sp->SetIsMasterPlan(true); in RunThreadPlan()
4684 thread_plan_sp->SetOkayToDiscard(false); in RunThreadPlan()
4776 thread_plan_sp, false); // This used to pass "true" does that make sense? in RunThreadPlan()
4807 thread_plan_sp->GetDescription(&s, lldb::eDescriptionLevelVerbose); in RunThreadPlan()
5023 expr_thread_id, thread_plan_sp, thread_plan_restorer, in RunThreadPlan()
5149 expr_thread_id, thread_plan_sp, thread_plan_restorer, in RunThreadPlan()
5171 thread_plan_sp->SetStopOthers(false); in RunThreadPlan()
5247 thread_plan_sp->RestoreThreadState(); in RunThreadPlan()
5342 static_cast<void *>(thread_plan_sp.get())); in RunThreadPlan()
5343 thread->DiscardThreadPlansUpToPlan(thread_plan_sp); in RunThreadPlan()
5348 static_cast<void *>(thread_plan_sp.get())); in RunThreadPlan()
5355 thread->DiscardThreadPlansUpToPlan(thread_plan_sp); in RunThreadPlan()
5358 if (thread->IsThreadPlanDone(thread_plan_sp.get())) { in RunThreadPlan()
5362 } else if (thread->WasThreadPlanDiscarded(thread_plan_sp.get())) { in RunThreadPlan()
5371 if (options.DoesUnwindOnError() && thread_plan_sp) { in RunThreadPlan()
5375 thread->DiscardThreadPlansUpToPlan(thread_plan_sp); in RunThreadPlan()