Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectThread.cpp558 m_step_type(step_type), m_step_scope(step_scope), m_options() { in CommandObjectThreadStepWithTypeAndScope()
615 if (m_step_type == eStepTypeScripted) { in DoExecute()
631 m_step_type != eStepTypeInto) { in DoExecute()
648 (m_step_type != eStepTypeOut && m_step_type != eStepTypeScripted); in DoExecute()
655 if (m_step_type == eStepTypeInto) { in DoExecute()
714 } else if (m_step_type == eStepTypeOver) { in DoExecute()
727 } else if (m_step_type == eStepTypeTrace) { in DoExecute()
730 } else if (m_step_type == eStepTypeTraceOver) { in DoExecute()
733 } else if (m_step_type == eStepTypeOut) { in DoExecute()
738 } else if (m_step_type == eStepTypeScripted) { in DoExecute()
[all …]