Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/driver/
H A DDriver.cpp196 m_option_data.m_debug_mode = true; in ProcessArgs()
463 if (m_option_data.m_debug_mode) { in MainLoop()
469 if (m_option_data.m_debug_mode) { in MainLoop()
544 if (m_option_data.m_debug_mode) { in MainLoop()
H A DDriver.h78 bool m_debug_mode = false; member