Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DPluginManager.cpp835 static ProcessInstances &GetProcessInstances() { in GetProcessInstances() function
844 return GetProcessInstances().RegisterPlugin( in RegisterPlugin()
849 return GetProcessInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
853 return GetProcessInstances().GetNameAtIndex(idx); in GetProcessPluginNameAtIndex()
857 return GetProcessInstances().GetDescriptionAtIndex(idx); in GetProcessPluginDescriptionAtIndex()
862 return GetProcessInstances().GetCallbackAtIndex(idx); in GetProcessCreateCallbackAtIndex()
867 return GetProcessInstances().GetCallbackForName(name); in GetProcessCreateCallbackForPluginName()
872 for (const auto &instance : GetProcessInstances().GetInstances()) { in AutoCompleteProcessName()
1385 GetProcessInstances().PerformDebuggerCallback(debugger); in DebuggerInitialize()