[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


================
@@ -797,7 +797,8 @@ let Command = "process save_core" in {
     EnumArg<"SaveCoreStyle">, Desc<"Request a specific style "
     "of corefile to be saved.">;
   def process_save_core_plugin_name : Option<"plugin-name", "p">,
-    OptionalArg<"Plugin">, Desc<"Specify a plugin name to create the core file. "
+    Arg<"Plugin">, Completion<"ProcessSaveCorePlugin">,
----------------
DavidSpickett wrote:

This is a change in behaviour. Are we not defaulting to a plugin due to this?

I'm not against it necessarily, but it might surprise current users aka @Jlalond .

https://github.com/llvm/llvm-project/pull/143126


More information about the lldb-commits mailing list