reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
34 static Log::Channel g_channel;
41 Log::Register("gdb-remote", g_channel);
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.h39 static Log *GetLogIfAllCategoriesSet(uint32_t mask) { return g_channel.GetLogIfAll(mask); } 40 static Log *GetLogIfAnyCategoryIsSet(uint32_t mask) { return g_channel.GetLogIfAny(mask); }