Lines Matching full:log
12 #include "lldb/Utility/Log.h"
17 enum class WindowsLog : Log::MaskType {
18 Breakpoints = Log::ChannelFlag<0>, // Log breakpoint operations
19 Event = Log::ChannelFlag<1>, // Low level debug events
20 Exception = Log::ChannelFlag<2>, // Log exceptions
21 Memory = Log::ChannelFlag<3>, // Log memory reads/writes calls
22 Process = Log::ChannelFlag<4>, // Log process operations
23 Registers = Log::ChannelFlag<5>, // Log register operations
24 Step = Log::ChannelFlag<6>, // Log step operations
25 Thread = Log::ChannelFlag<7>, // Log thread operations
36 template <> Log::Channel &LogChannelFor<WindowsLog>();