Home
last modified time | relevance | path

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

/external/lldb/include/lldb/
Dlldb-private-enumerations.h23 eStepTypeInto, ///< Single step into a specified context. enumerator
/external/lldb/source/Commands/
DCommandObjectThread.cpp466 if (m_step_type == eStepTypeInto) in DoExecute()
1486 eStepTypeInto, in CommandObjectMultiwordThread()