diff options
Diffstat (limited to 'source/Plugins/Process/POSIX/ProcessPOSIXLog.h')
-rw-r--r-- | source/Plugins/Process/POSIX/ProcessPOSIXLog.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source/Plugins/Process/POSIX/ProcessPOSIXLog.h b/source/Plugins/Process/POSIX/ProcessPOSIXLog.h index a1e2e37..7edd839 100644 --- a/source/Plugins/Process/POSIX/ProcessPOSIXLog.h +++ b/source/Plugins/Process/POSIX/ProcessPOSIXLog.h @@ -43,6 +43,12 @@ class ProcessPOSIXLog static const char *m_pluginname; public: + // --------------------------------------------------------------------- + // Public Static Methods + // --------------------------------------------------------------------- + static void + Initialize(lldb_private::ConstString name); + static void RegisterPluginName(const char *pluginName) { |