Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDiagnostics.cpp42 Diagnostics::Diagnostics() : m_log_handler(g_num_log_messages) {} in Diagnostics()
109 m_log_handler.Dump(stream); in DumpDiangosticsLog()
114 m_log_handler.Emit(message);
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDiagnostics.h64 RotatingLogHandler m_log_handler; variable