LLDB mainline
Variables
LogChannelDWARF.cpp File Reference
#include "LogChannelDWARF.h"

Go to the source code of this file.

Variables

static constexpr Log::Category g_categories []
 
static Log::Channel g_channel (g_categories, DWARFLog::DebugInfo)
 

Variable Documentation

◆ g_categories

constexpr Log::Category g_categories[]
staticconstexpr
Initial value:
= {
{{"comp"},
{"log struct/union/class type completions"},
DWARFLog::TypeCompletion},
{{"info"}, {"log the parsing of .debug_info"}, DWARFLog::DebugInfo},
{{"line"}, {"log the parsing of .debug_line"}, DWARFLog::DebugLine},
{{"lookups"},
{"log any lookups that happen by name, regex, or address"},
DWARFLog::Lookups},
{{"map"},
{"log insertions of object files into DWARF debug maps"},
DWARFLog::DebugMap},
{{"split"}, {"log split DWARF related activities"}, DWARFLog::SplitDwarf},
}

Definition at line 13 of file LogChannelDWARF.cpp.

◆ g_channel

Log::Channel g_channel(g_categories, DWARFLog::DebugInfo) ( g_categories  ,
DWARFLog::DebugInfo   
)
static