Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-private-enumerations.h25 eStepTypeOut, ///< Single step out a specified context. enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectThread.cpp574 if (m_step_type == eStepTypeOut || m_step_type == eStepTypeScripted) in DoExecute()
633 else if (m_step_type == eStepTypeOut) in DoExecute()
2250 eStepTypeOut, in CommandObjectMultiwordThread()