14 {{
"break"}, {
"log breakpoints"}, WindowsLog::Breakpoints},
15 {{
"event"}, {
"log low level debugger events"}, WindowsLog::Event},
16 {{
"exception"}, {
"log exception information"}, WindowsLog::Exception},
17 {{
"memory"}, {
"log memory reads and writes"}, WindowsLog::Memory},
18 {{
"process"}, {
"log process events and activities"}, WindowsLog::Process},
19 {{
"registers"}, {
"log register read/writes"}, WindowsLog::Registers},
20 {{
"step"}, {
"log step related activities"}, WindowsLog::Step},
21 {{
"thread"}, {
"log thread events and activities"}, WindowsLog::Thread},
31 static llvm::once_flag g_once_flag;
static Log::Channel g_channel(g_categories, GDBRLog::Packets)
static constexpr Log::Category g_categories[]
static Log::Channel g_channel(g_categories, WindowsLog::Process)
static void Register(llvm::StringRef name, Channel &channel)
A class that represents a running process on the host machine.
Log::Channel & LogChannelFor< WindowsLog >()