Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-private-enumerations.h28 eStepTypeOut, ///< Single step out a specified context. enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectThread.cpp648 (m_step_type != eStepTypeOut && m_step_type != eStepTypeScripted); in DoExecute()
733 } else if (m_step_type == eStepTypeOut) { in DoExecute()
2127 nullptr, eStepTypeOut, eStepScopeSource))); in CommandObjectMultiwordThread()