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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h37 #define LLDB_LOG_OPTION_VERBOSE (1u << 1) macro
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp97 log_options |= LLDB_LOG_OPTION_VERBOSE;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp276 return m_options.load(std::memory_order_relaxed) & LLDB_LOG_OPTION_VERBOSE;

Completed in 207 milliseconds