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

Go to the source code of this file.

Variables

static constexpr Log::Category g_categories []
 
static Log::Channel g_channel (g_categories, KDPLog::Packets)
 

Variable Documentation

◆ g_categories

constexpr Log::Category g_categories[]
staticconstexpr
Initial value:
= {
{{"async"}, {"log asynchronous activity"}, KDPLog::Async},
{{"break"}, {"log breakpoints"}, KDPLog::Breakpoints},
{{"comm"}, {"log communication activity"}, KDPLog::Comm},
{{"data-long"},
{"log memory bytes for memory reads and writes for all transactions"},
KDPLog::MemoryDataLong},
{{"data-short"},
{"log memory bytes for memory reads and writes for short transactions "
"only"},
KDPLog::MemoryDataShort},
{{"memory"}, {"log memory reads and writes"}, KDPLog::Memory},
{{"packets"}, {"log gdb remote packets"}, KDPLog::Packets},
{{"process"}, {"log process events and activities"}, KDPLog::Process},
{{"step"}, {"log step related activities"}, KDPLog::Step},
{{"thread"}, {"log thread events and activities"}, KDPLog::Thread},
{{"watch"}, {"log watchpoint related activities"}, KDPLog::Watchpoints},
}

Definition at line 13 of file ProcessKDPLog.cpp.

◆ g_channel

Log::Channel g_channel(g_categories, KDPLog::Packets) ( g_categories  ,
KDPLog::Packets   
)
static