Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp860 static ProcessInstances &GetProcessInstances() { in GetProcessInstances() function
869 return GetProcessInstances().RegisterPlugin( in RegisterPlugin()
874 return GetProcessInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
878 return GetProcessInstances().GetNameAtIndex(idx); in GetProcessPluginNameAtIndex()
882 return GetProcessInstances().GetDescriptionAtIndex(idx); in GetProcessPluginDescriptionAtIndex()
887 return GetProcessInstances().GetCallbackAtIndex(idx); in GetProcessCreateCallbackAtIndex()
892 return GetProcessInstances().GetCallbackForName(name); in GetProcessCreateCallbackForPluginName()
897 for (const auto &instance : GetProcessInstances().GetInstances()) { in AutoCompleteProcessName()
1562 GetProcessInstances().PerformDebuggerCallback(debugger); in DebuggerInitialize()