Home
last modified time | relevance | path

Searched refs:RunDirection (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h509 virtual lldb::RunDirection GetDirection() const { in GetDirection()
510 return lldb::RunDirection::eRunForward; in GetDirection()
H A DThreadPlanBase.h41 lldb::RunDirection GetDirection() const override;
H A DThreadList.h127 bool WillResume(lldb::RunDirection &direction);
H A DProcess.h1127 virtual Status DoResume(lldb::RunDirection direction) { in DoResume()
1128 if (direction == lldb::RunDirection::eRunForward) in DoResume()
2754 lldb::RunDirection GetBaseDirection() const { return m_base_direction; } in GetBaseDirection()
2761 void SetBaseDirection(lldb::RunDirection direction);
3162 lldb::RunDirection m_base_direction; ///< ThreadPlanBase run direction
H A DThread.h210 bool SetupToStepOverBreakpointIfNeeded(lldb::RunDirection direction);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanBase.cpp200 RunDirection ThreadPlanBase::GetDirection() const { in GetDirection()
H A DThreadList.cpp497 bool ThreadList::WillResume(RunDirection &direction) { in WillResume()
H A DProcess.cpp438 m_base_direction(RunDirection::eRunForward), m_extended_thread_stop_id(0), in Process()
3222 void Process::SetBaseDirection(RunDirection direction) { in SetBaseDirection()
3255 RunDirection direction; in PrivateResume()
H A DThread.cpp623 bool Thread::SetupToStepOverBreakpointIfNeeded(RunDirection direction) { in SetupToStepOverBreakpointIfNeeded()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.h55 Status DoResume(lldb::RunDirection direction) override;
H A DScriptedProcess.cpp187 Status ScriptedProcess::DoResume(RunDirection direction) { in DoResume()
190 if (direction == RunDirection::eRunForward) in DoResume()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h162 lldb::SBError ContinueInDirection(lldb::RunDirection direction);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp474 m_base_direction = lldb::RunDirection::eRunForward; in SetOptionValue()
477 m_base_direction = lldb::RunDirection::eRunReverse; in SetOptionValue()
499 std::optional<lldb::RunDirection> m_base_direction;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h113 Status DoResume(lldb::RunDirection direction) override;
H A DProcessGDBRemote.cpp1198 Status ProcessGDBRemote::DoResume(RunDirection direction) { in DoResume()
1202 direction == RunDirection::eRunForward ? "" : "reverse"); in DoResume()
1227 if (direction == RunDirection::eRunForward && in DoResume()
1296 if (direction == RunDirection::eRunForward && continue_packet_error) { in DoResume()
1390 if (direction == RunDirection::eRunReverse) { in DoResume()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h139 enum RunDirection { eRunForward, eRunReverse }; enum
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp588 SBError SBProcess::ContinueInDirection(RunDirection direction) { in ContinueInDirection()
590 if (direction == RunDirection::eRunReverse && in ContinueInDirection()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp45451 lldb::RunDirection arg2 ; in _wrap_SBProcess_ContinueInDirection()
45462 arg2 = (lldb::RunDirection)lua_tointeger(L, 2); in _wrap_SBProcess_ContinueInDirection()