Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp801 static ProcessInstances &GetProcessInstances() { in GetProcessInstances() function
810 return GetProcessInstances().RegisterPlugin( in RegisterPlugin()
815 return GetProcessInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
819 return GetProcessInstances().GetNameAtIndex(idx); in GetProcessPluginNameAtIndex()
823 return GetProcessInstances().GetDescriptionAtIndex(idx); in GetProcessPluginDescriptionAtIndex()
828 return GetProcessInstances().GetCallbackAtIndex(idx); in GetProcessCreateCallbackAtIndex()
833 return GetProcessInstances().GetCallbackForName(name); in GetProcessCreateCallbackForPluginName()
838 for (const auto &instance : GetProcessInstances().GetInstances()) { in AutoCompleteProcessName()
1341 GetProcessInstances().PerformDebuggerCallback(debugger); in DebuggerInitialize()