LLDB mainline
Variables
LLDBLog.cpp File Reference
#include "lldb/Utility/LLDBLog.h"
#include "lldb/Utility/Log.h"
#include "llvm/ADT/ArrayRef.h"
#include <cstdarg>

Go to the source code of this file.

Variables

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)
 

Variable Documentation

◆ g_categories

constexpr Log::Category g_categories[]
staticconstexpr

Definition at line 16 of file LLDBLog.cpp.

◆ g_log_channel

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) ( g_categories  ,
LLDBLog::Process|LLDBLog::Thread|LLDBLog::DynamicLoader|LLDBLog::Breakpoints|LLDBLog::Watchpoints|LLDBLog::Step|LLDBLog::State|LLDBLog::Symbols|LLDBLog::Target|LLDBLog::Commands   
)
static