Home
last modified time | relevance | path

Searched refs:m_pluginname (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/Process/POSIX/
DProcessPOSIXLog.h43 static const char *m_pluginname; variable
49 m_pluginname = pluginName; in RegisterPluginName()
55 m_pluginname = pluginName.GetCString(); in RegisterPluginName()
DProcessPOSIXLog.cpp175 " watch - log watchpoint related activities\n", ProcessPOSIXLog::m_pluginname); in ListLogCategories()
193 const char *ProcessPOSIXLog::m_pluginname = ""; member in ProcessPOSIXLog