Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-private-enumerations.h29 eStepTypeScripted ///< A step type implemented by the script interpreter. enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectThread.cpp615 if (m_step_type == eStepTypeScripted) { in DoExecute()
648 (m_step_type != eStepTypeOut && m_step_type != eStepTypeScripted); in DoExecute()
738 } else if (m_step_type == eStepTypeScripted) { in DoExecute()
2155 nullptr, eStepTypeScripted, eStepScopeSource))); in CommandObjectMultiwordThread()