LLDB mainline
Variables
ProcessPOSIXLog.cpp File Reference
#include "ProcessPOSIXLog.h"
#include "llvm/Support/Threading.h"

Go to the source code of this file.

Variables

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

Variable Documentation

◆ g_categories

constexpr Log::Category g_categories[]
staticconstexpr
Initial value:
= {
{{"break"}, {"log breakpoints"}, POSIXLog::Breakpoints},
{{"memory"}, {"log memory reads and writes"}, POSIXLog::Memory},
{{"process"}, {"log process events and activities"}, POSIXLog::Process},
{{"ptrace"}, {"log all calls to ptrace"}, POSIXLog::Ptrace},
{{"registers"}, {"log register read/writes"}, POSIXLog::Registers},
{{"thread"}, {"log thread events and activities"}, POSIXLog::Thread},
{{"watch"}, {"log watchpoint related activities"}, POSIXLog::Watchpoints},
}

Definition at line 15 of file ProcessPOSIXLog.cpp.

◆ g_channel

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