summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/PluginManager.cpp
diff options
context:
space:
mode:
authorTamas Berghammer <tberghammer@google.com>2015-10-09 11:01:56 +0000
committerTamas Berghammer <tberghammer@google.com>2015-10-09 11:01:56 +0000
commit62a1514ca70dfcea28c413ff55c214eb49f0a4d4 (patch)
treef68d30c41b53a0c96e3eb2257f08a9ea992883cb /lldb/source/Core/PluginManager.cpp
parent99493df257a69faaf1eab1c9b1bbc204f1a2f557 (diff)
downloadbcm5719-llvm-62a1514ca70dfcea28c413ff55c214eb49f0a4d4.tar.gz
bcm5719-llvm-62a1514ca70dfcea28c413ff55c214eb49f0a4d4.zip
Fix regression caused by r249769
* Change TestSettings to test qith go instead of pascal as ToT pascal support isn't complete * Fix crash inside PluginManager llvm-svn: 249821
Diffstat (limited to 'lldb/source/Core/PluginManager.cpp')
-rw-r--r--lldb/source/Core/PluginManager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Core/PluginManager.cpp b/lldb/source/Core/PluginManager.cpp
index 4b320744db6..b47a982f189 100644
--- a/lldb/source/Core/PluginManager.cpp
+++ b/lldb/source/Core/PluginManager.cpp
@@ -2564,6 +2564,7 @@ PluginManager::RegisterPlugin (const ConstString &name,
if (description && description[0])
instance.description = description;
instance.create_callback = create_callback;
+ instance.enumerate_callback = enumerate_supported_languages_callback;
Mutex::Locker locker (GetTypeSystemMutex ());
GetTypeSystemInstances ().push_back (instance);
}
OpenPOWER on IntegriCloud