Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A 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 …]
H A DThreadPlanStepInRange.cpp142 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 …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanStepThrough.h49 lldb::ThreadPlanSP m_sub_plan_sp; variable
H A DThreadPlanStepInRange.h77 lldb::ThreadPlanSP m_sub_plan_sp; // Keep track of the last plan we were variable