Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.h96 bool m_debug_mode = false; member
H A DDriver.cpp238 bool Driver::GetDebugMode() const { return m_option_data.m_debug_mode; } in GetDebugMode()
327 m_option_data.m_debug_mode = true; in ProcessArgs()