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

Go to the source code of this file.

Variables

static constexpr Log::Category g_categories []
 
static Log::Channel g_channel (g_categories, WindowsLog::Process)
 

Variable Documentation

◆ g_categories

constexpr Log::Category g_categories[]
staticconstexpr
Initial value:
= {
{{"break"}, {"log breakpoints"}, WindowsLog::Breakpoints},
{{"event"}, {"log low level debugger events"}, WindowsLog::Event},
{{"exception"}, {"log exception information"}, WindowsLog::Exception},
{{"memory"}, {"log memory reads and writes"}, WindowsLog::Memory},
{{"process"}, {"log process events and activities"}, WindowsLog::Process},
{{"registers"}, {"log register read/writes"}, WindowsLog::Registers},
{{"step"}, {"log step related activities"}, WindowsLog::Step},
{{"thread"}, {"log thread events and activities"}, WindowsLog::Thread},
}

Definition at line 13 of file ProcessWindowsLog.cpp.

◆ g_channel

Log::Channel g_channel(g_categories, WindowsLog::Process) ( g_categories  ,
WindowsLog::Process   
)
static