Searched refs:m_thread_plan_sp (Results 1 – 1 of 1) sorted by relevance
4835 : m_thread_plan_sp(thread_plan_sp) { in RestorePlanState()4836 if (m_thread_plan_sp) { in RestorePlanState()4837 m_private = m_thread_plan_sp->GetPrivate(); in RestorePlanState()4838 m_is_controlling = m_thread_plan_sp->IsControllingPlan(); in RestorePlanState()4839 m_okay_to_discard = m_thread_plan_sp->OkayToDiscard(); in RestorePlanState()4846 if (!m_already_reset && m_thread_plan_sp) { in Clean()4848 m_thread_plan_sp->SetPrivate(m_private); in Clean()4849 m_thread_plan_sp->SetIsControllingPlan(m_is_controlling); in Clean()4850 m_thread_plan_sp->SetOkayToDiscard(m_okay_to_discard); in Clean()4855 lldb::ThreadPlanSP m_thread_plan_sp; member in __anon9174e3c20b11::RestorePlanState