Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h26 eStepTypeScripted ///< A step type implemented by the script interpreter. enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp391 if (step_type == eStepTypeScripted) { in CommandObjectThreadStepWithTypeAndScope()
448 if (m_step_type == eStepTypeScripted) { in DoExecute()
565 } else if (m_step_type == eStepTypeScripted) { in DoExecute()
2673 nullptr, eStepTypeScripted, eStepScopeSource))); in CommandObjectMultiwordThread()