Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-private-enumerations.h23 eStepTypeInto, ///< Single step into a specified context. enumerator
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectThread.cpp459 m_step_type != eStepTypeInto) { in DoExecute()
481 if (m_step_type == eStepTypeInto) { in DoExecute()
2577 nullptr, eStepTypeInto, eStepScopeSource))); in CommandObjectMultiwordThread()