Searched refs:m_step_into_target (Results 1 – 2 of 2) sorted by relevance
44 m_virtual_step(false), m_step_into_target(step_into_target) { in ThreadPlanStepInRange()114 const char *step_into_target = m_step_into_target.AsCString(); in GetDescription()116 s->Printf(" targeting %s", m_step_into_target.AsCString()); in GetDescription()376 if (step_in_range_plan->m_step_into_target) { in DefaultShouldStopHereCallback()382 if (step_in_range_plan->m_step_into_target == sc.GetFunctionName()) { in DefaultShouldStopHereCallback()386 step_in_range_plan->m_step_into_target.AsCString(); in DefaultShouldStopHereCallback()399 step_in_range_plan->m_step_into_target.AsCString()); in DefaultShouldStopHereCallback()
85 ConstString m_step_into_target; variable