Home
last modified time | relevance | path

Searched refs:eRunReverse (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h139 enum RunDirection { eRunForward, eRunReverse }; enumerator
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp590 if (direction == RunDirection::eRunReverse && in ContinueInDirection()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp477 m_base_direction = lldb::RunDirection::eRunReverse; in SetOptionValue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1390 if (direction == RunDirection::eRunReverse) { in DoResume()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp82517 {SWIG_LUA_CONSTTAB_INT("eRunReverse", (lldb::eRunReverse))},