Searched refs:m_sub_plan_sp (Results 1 – 4 of 4) sorted by relevance
40 if (m_sub_plan_sp) { in ThreadPlanStepThrough()76 if (m_sub_plan_sp) in DidPush()77 PushPlan(m_sub_plan_sp); in DidPush()84 m_sub_plan_sp = loader->GetStepThroughTrampolinePlan(thread, m_stop_others); in LookForPlanToStepThroughFromCurrentPC()88 if (!m_sub_plan_sp) { in LookForPlanToStepThroughFromCurrentPC()90 m_sub_plan_sp = in LookForPlanToStepThroughFromCurrentPC()93 if (m_sub_plan_sp) in LookForPlanToStepThroughFromCurrentPC()101 if (m_sub_plan_sp) { in LookForPlanToStepThroughFromCurrentPC()103 m_sub_plan_sp->GetDescription(&s, lldb::eDescriptionLevelFull); in LookForPlanToStepThroughFromCurrentPC()144 if (!m_sub_plan_sp.get()) { in ValidatePlan()[all …]
141 if (m_sub_plan_sp && m_sub_plan_sp->IsPlanComplete()) { in ShouldStop()142 if (!m_sub_plan_sp->PlanSucceeded()) { in ShouldStop()147 m_sub_plan_sp.reset(); in ShouldStop()155 m_sub_plan_sp = in ShouldStop()176 m_sub_plan_sp = thread.QueueThreadPlanForStepThrough( in ShouldStop()178 if (!m_sub_plan_sp) { in ShouldStop()180 m_sub_plan_sp = in ShouldStop()183 if (m_sub_plan_sp) in ShouldStop()219 if (!m_sub_plan_sp) in ShouldStop()220 m_sub_plan_sp = thread.QueueThreadPlanForStepThrough( in ShouldStop()[all …]
49 lldb::ThreadPlanSP m_sub_plan_sp; variable
81 lldb::ThreadPlanSP m_sub_plan_sp; // Keep track of the last plan we were variable