reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.h
   34   static Log::Channel g_channel;

References

tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.cpp
   41     Log::Register("gdb-remote", g_channel);
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.h
   39   static Log *GetLogIfAllCategoriesSet(uint32_t mask) { return g_channel.GetLogIfAll(mask); }
   40   static Log *GetLogIfAnyCategoryIsSet(uint32_t mask) { return g_channel.GetLogIfAny(mask); }