Home
last modified time | relevance | path

Searched refs:m_sub_plan_sp (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Target/
DThreadPlanStepThrough.cpp40 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 …]
DThreadPlanStepInRange.cpp141 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 …]
/external/llvm-project/lldb/include/lldb/Target/
DThreadPlanStepThrough.h49 lldb::ThreadPlanSP m_sub_plan_sp; variable
DThreadPlanStepInRange.h81 lldb::ThreadPlanSP m_sub_plan_sp; // Keep track of the last plan we were variable