Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp834 static ProcessInstances &GetProcessInstances() { in GetProcessInstances() function
843 return GetProcessInstances().RegisterPlugin( in RegisterPlugin()
848 return GetProcessInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
852 return GetProcessInstances().GetNameAtIndex(idx); in GetProcessPluginNameAtIndex()
856 return GetProcessInstances().GetDescriptionAtIndex(idx); in GetProcessPluginDescriptionAtIndex()
861 return GetProcessInstances().GetCallbackAtIndex(idx); in GetProcessCreateCallbackAtIndex()
866 return GetProcessInstances().GetCallbackForName(name); in GetProcessCreateCallbackForPluginName()
871 for (const auto &instance : GetProcessInstances().GetInstances()) { in AutoCompleteProcessName()
1536 GetProcessInstances().PerformDebuggerCallback(debugger); in DebuggerInitialize()