Home
last modified time | relevance | path

Searched refs:m_base_direction (Results 1 – 3 of 3) sorted by relevance

/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()
489 m_base_direction = std::nullopt; in OptionParsingStarting()
499 std::optional<lldb::RunDirection> m_base_direction; member in CommandObjectProcessContinue::CommandOptions
670 if (m_options.m_base_direction.has_value()) in DoExecute()
671 process->SetBaseDirection(*m_options.m_base_direction); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2754 lldb::RunDirection GetBaseDirection() const { return m_base_direction; } in GetBaseDirection()
3162 lldb::RunDirection m_base_direction; ///< ThreadPlanBase run direction variable
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp438 m_base_direction(RunDirection::eRunForward), m_extended_thread_stop_id(0), in Process()
3223 if (m_base_direction == direction) in SetBaseDirection()
3226 m_base_direction = direction; in SetBaseDirection()