Searched refs:m_step_into_target (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/Target/
H A DThreadPlanStepInRange.h54 m_step_into_target.SetCString(target);
103 ConstString m_step_into_target; member in class:lldb_private::ThreadPlanStepInRange
/external/lldb/source/Target/
H A DThreadPlanStepInRange.cpp67 m_step_into_target (step_into_target)
85 const char *step_into_target = m_step_into_target.AsCString();
87 s->Printf (" targeting %s.", m_step_into_target.AsCString());
341 if (step_in_range_plan->m_step_into_target)
347 if (step_in_range_plan->m_step_into_target == sc.GetFunctionName())
353 const char *target_name = step_in_range_plan->m_step_into_target.AsCString();
364 step_in_range_plan->m_step_into_target.AsCString());

Completed in 880 milliseconds