Home
last modified time | relevance | path

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

/external/lldb/include/lldb/
Dlldb-private-enumerations.h25 eStepTypeOut ///< Single step out a specified context. enumerator
/external/lldb/source/Commands/
DCommandObjectThread.cpp456 if (m_step_type == eStepTypeOut) in DoExecute()
511 else if (m_step_type == eStepTypeOut) in DoExecute()
1494 eStepTypeOut, in CommandObjectMultiwordThread()