Home
last modified time | relevance | path

Searched refs:eRunForward (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h510 return lldb::RunDirection::eRunForward; in GetDirection()
H A DProcess.h1128 if (direction == lldb::RunDirection::eRunForward) in DoResume()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp190 if (direction == RunDirection::eRunForward) in DoResume()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h139 enum RunDirection { eRunForward, eRunReverse }; enumerator
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp474 m_base_direction = lldb::RunDirection::eRunForward; in SetOptionValue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1202 direction == RunDirection::eRunForward ? "" : "reverse"); in DoResume()
1227 if (direction == RunDirection::eRunForward && in DoResume()
1296 if (direction == RunDirection::eRunForward && continue_packet_error) { in DoResume()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp639 if (reg_ctx_sp && process_sp && direction == eRunForward) { in SetupToStepOverBreakpointIfNeeded()
H A DProcess.cpp438 m_base_direction(RunDirection::eRunForward), m_extended_thread_stop_id(0), in Process()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp82516 {SWIG_LUA_CONSTTAB_INT("eRunForward", (lldb::eRunForward))},