Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h36 #define LLDB_LOG_OPTION_VERBOSE (1u << 1) macro
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp111 log_options |= LLDB_LOG_OPTION_VERBOSE; in SetOptionValue()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp315 return m_options.load(std::memory_order_relaxed) & LLDB_LOG_OPTION_VERBOSE; in GetVerbose()