HomeSort by relevance Sort by last modified time
    Searched refs:m_sub_plan_sp (Results 1 - 4 of 4) sorted by null

  /external/lldb/source/Target/
ThreadPlanStepThrough.cpp 47 if (m_sub_plan_sp)
83 if (m_sub_plan_sp)
84 PushPlan(m_sub_plan_sp);
90 m_sub_plan_sp = m_thread.GetProcess()->GetDynamicLoader()->GetStepThroughTrampolinePlan (m_thread, m_stop_others);
92 if (!m_sub_plan_sp.get())
96 m_sub_plan_sp = objc_runtime->GetStepThroughTrampolinePlan (m_thread, m_stop_others);
103 if (m_sub_plan_sp)
106 m_sub_plan_sp->GetDescription(&s, lldb::eDescriptionLevelFull);
138 return m_sub_plan_sp.get() != NULL;
171 if (!m_sub_plan_sp)
    [all...]
ThreadPlanStepInRange.cpp 110 if (m_sub_plan_sp && m_sub_plan_sp->IsPlanComplete())
112 if (!m_sub_plan_sp->PlanSucceeded())
119 m_sub_plan_sp.reset();
126 m_sub_plan_sp = InvokeShouldStopHereCallback();
148 m_sub_plan_sp = m_thread.QueueThreadPlanForStepThrough (m_stack_id, false, stop_others);
149 if (!m_sub_plan_sp)
184 if (!m_sub_plan_sp)
185 m_sub_plan_sp = m_thread.QueueThreadPlanForStepThrough (m_stack_id, false, stop_others);
189 if (m_sub_plan_sp)
    [all...]
  /external/lldb/include/lldb/Target/
ThreadPlanStepThrough.h 58 lldb::ThreadPlanSP m_sub_plan_sp; member in class:lldb_private::ThreadPlanStepThrough
ThreadPlanStepInRange.h 98 lldb::ThreadPlanSP m_sub_plan_sp; // Keep track of the last plan we were running. If it fails, we should stop. member in class:lldb_private::ThreadPlanStepInRange

Completed in 167 milliseconds