================
@@ -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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to