[Lldb-commits] [lldb] [LLDB][SaveCore] Add SBCoreDumpOptions Object, and SBProcess::SaveCore() overload (PR #98403)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 17 14:10:41 PDT 2024
================
@@ -639,6 +640,18 @@ static ObjectFileInstances &GetObjectFileInstances() {
return g_instances;
}
+bool PluginManager::IsRegisteredPluginName(const char *name) {
----------------
clayborg wrote:
`name` will now be a `llvm::StringRef`
https://github.com/llvm/llvm-project/pull/98403
More information about the lldb-commits
mailing list