[Lldb-commits] [lldb] [lldb] add plugin names to process save-core error output. (PR #143126)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 9 07:13:56 PDT 2025
================
@@ -736,6 +738,16 @@ void CommandCompletions::ProcessNames(CommandInterpreter &interpreter,
for (const ProcessInstanceInfo &info : process_infos)
request.TryCompleteCurrentArg(info.GetNameAsStringRef());
}
+void CommandCompletions::ProcessSaveCorePluginNames(
----------------
DavidSpickett wrote:
Add a blank line between this and the function above.
https://github.com/llvm/llvm-project/pull/143126
More information about the lldb-commits
mailing list