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 …]
142 if (m_sub_plan_sp && m_sub_plan_sp->IsPlanComplete()) { in ShouldStop()143 if (!m_sub_plan_sp->PlanSucceeded()) { in ShouldStop()148 m_sub_plan_sp.reset(); in ShouldStop()156 m_sub_plan_sp = in ShouldStop()177 m_sub_plan_sp = thread.QueueThreadPlanForStepThrough( in ShouldStop()179 if (!m_sub_plan_sp) { in ShouldStop()181 m_sub_plan_sp = in ShouldStop()184 if (m_sub_plan_sp) in ShouldStop()220 if (!m_sub_plan_sp) in ShouldStop()221 m_sub_plan_sp = thread.QueueThreadPlanForStepThrough( in ShouldStop()[all …]
49 lldb::ThreadPlanSP m_sub_plan_sp; variable
77 lldb::ThreadPlanSP m_sub_plan_sp; // Keep track of the last plan we were variable