#include "lldb/Utility/LLDBLog.h"
#include "lldb/Utility/Log.h"
#include "llvm/ADT/ArrayRef.h"
#include <cstdarg>
usingnamespacelldb_private;
static constexpr Log::Category g_categories[] = …;
static Log::Channel g_log_channel(g_categories,
LLDBLog::Process | LLDBLog::Thread |
LLDBLog::DynamicLoader |
LLDBLog::Breakpoints |
LLDBLog::Watchpoints | LLDBLog::Step |
LLDBLog::State | LLDBLog::Symbols |
LLDBLog::Target | LLDBLog::Commands);
template <> Log::Channel &lldb_private::LogChannelFor<LLDBLog>() { … }
void lldb_private::InitializeLldbChannel() { … }