Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/
H A Dlldb-private-enumerations.h25 eStepTypeOut, ///< Single step out a specified context. enumerator
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectThread.cpp474 bool_stop_other_threads = (m_step_type != eStepTypeOut); in DoExecute()
556 } else if (m_step_type == eStepTypeOut) { in DoExecute()
2584 nullptr, eStepTypeOut, eStepScopeSource))); in CommandObjectMultiwordThread()