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.cpp1129 static ProcessInstances &GetProcessInstances() { in GetProcessInstances() function
1138 return GetProcessInstances().RegisterPlugin( in RegisterPlugin()
1143 return GetProcessInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
1147 return GetProcessInstances().GetNameAtIndex(idx); in GetProcessPluginNameAtIndex()
1151 return GetProcessInstances().GetDescriptionAtIndex(idx); in GetProcessPluginDescriptionAtIndex()
1156 return GetProcessInstances().GetCallbackAtIndex(idx); in GetProcessCreateCallbackAtIndex()
1161 return GetProcessInstances().GetCallbackForName(name); in GetProcessCreateCallbackForPluginName()
1166 for (const auto &instance : GetProcessInstances().GetSnapshot()) { in AutoCompleteProcessName()
1937 GetProcessInstances().PerformDebuggerCallback(debugger); in DebuggerInitialize()
2366 return GetProcessInstances().GetPluginInfoForAllInstances(); in GetProcessPluginInfo()
[all …]