Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DPluginManager.cpp822 static ProcessInstances &GetProcessInstances() { in GetProcessInstances() function
831 return GetProcessInstances().RegisterPlugin( in RegisterPlugin()
836 return GetProcessInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
840 return GetProcessInstances().GetNameAtIndex(idx); in GetProcessPluginNameAtIndex()
844 return GetProcessInstances().GetDescriptionAtIndex(idx); in GetProcessPluginDescriptionAtIndex()
849 return GetProcessInstances().GetCallbackAtIndex(idx); in GetProcessCreateCallbackAtIndex()
854 return GetProcessInstances().GetCallbackForName(name); in GetProcessCreateCallbackForPluginName()
859 for (const auto &instance : GetProcessInstances().GetInstances()) { in AutoCompleteProcessName()
1371 GetProcessInstances().PerformDebuggerCallback(debugger); in DebuggerInitialize()