9#ifndef liblldb_ProcessWindowsLog_h_
10#define liblldb_ProcessWindowsLog_h_
13#include "llvm/ADT/BitmaskEnum.h"
19 Event = Log::ChannelFlag<1>,
21 Memory = Log::ChannelFlag<3>,
24 Step = Log::ChannelFlag<6>,
25 Thread = Log::ChannelFlag<7>,
uint64_t MaskType
The underlying type of all log channel enums.
A plug-in interface definition class for debugging a process.
A class that represents a running process on the host machine.
@ LLVM_MARK_AS_BITMASK_ENUM
Log::Channel & LogChannelFor< WindowsLog >()
LLVM_ENABLE_BITMASK_ENUMS_IN_NAMESPACE()