Searched refs:m_thread_plan_sp (Results 1 – 1 of 1) sorted by relevance
4802 : m_thread_plan_sp(thread_plan_sp) { in RestorePlanState()4803 if (m_thread_plan_sp) { in RestorePlanState()4804 m_private = m_thread_plan_sp->GetPrivate(); in RestorePlanState()4805 m_is_controlling = m_thread_plan_sp->IsControllingPlan(); in RestorePlanState()4806 m_okay_to_discard = m_thread_plan_sp->OkayToDiscard(); in RestorePlanState()4813 if (!m_already_reset && m_thread_plan_sp) { in Clean()4815 m_thread_plan_sp->SetPrivate(m_private); in Clean()4816 m_thread_plan_sp->SetIsControllingPlan(m_is_controlling); in Clean()4817 m_thread_plan_sp->SetOkayToDiscard(m_okay_to_discard); in Clean()4822 lldb::ThreadPlanSP m_thread_plan_sp; member in __anon9174e3c20911::RestorePlanState