10#ifndef liblldb_ProcessPOSIXLog_h_
11#define liblldb_ProcessPOSIXLog_h_
14#include "llvm/ADT/BitmaskEnum.h"
20 Memory = Log::ChannelFlag<1>,
22 Ptrace = Log::ChannelFlag<3>,
24 Thread = Log::ChannelFlag<5>,
26 Trace = 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 plug-in interface definition class for trace information.
A class that represents a running process on the host machine.
@ LLVM_MARK_AS_BITMASK_ENUM
Log::Channel & LogChannelFor< POSIXLog >()
LLVM_ENABLE_BITMASK_ENUMS_IN_NAMESPACE()