diff options
Diffstat (limited to 'lldb/source/lldb.cpp')
-rw-r--r-- | lldb/source/lldb.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/source/lldb.cpp b/lldb/source/lldb.cpp index 5ea30e01fb3..63138fcc605 100644 --- a/lldb/source/lldb.cpp +++ b/lldb/source/lldb.cpp @@ -101,6 +101,10 @@ lldb_private::Initialize () #endif // Scan for any system or user LLDB plug-ins PluginManager::Initialize(); + + // The process needs to know about installed plug-ins + Process::DidInitialize (); + } } |