summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/Core/PluginManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Core/PluginManager.h')
-rw-r--r--lldb/include/lldb/Core/PluginManager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/include/lldb/Core/PluginManager.h b/lldb/include/lldb/Core/PluginManager.h
index ca1f2888d1b..c4e00ad3a20 100644
--- a/lldb/include/lldb/Core/PluginManager.h
+++ b/lldb/include/lldb/Core/PluginManager.h
@@ -192,6 +192,9 @@ public:
static const char *
GetPlatformPluginDescriptionAtIndex (uint32_t idx);
+ static uint32_t
+ AutoCompletePlatformName (const char *partial_name,
+ StringList &matches);
//------------------------------------------------------------------
// Process
//------------------------------------------------------------------
OpenPOWER on IntegriCloud