Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h25 eStepTypeOut, ///< Single step out a specified context. enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp438 bool_stop_other_threads = (m_step_type != eStepTypeOut); in DoExecute()
520 } else if (m_step_type == eStepTypeOut) { in DoExecute()
2322 nullptr, eStepTypeOut, eStepScopeSource))); in CommandObjectMultiwordThread()