================
@@ -198,6 +198,8 @@ static constexpr OptionEnumValueElement g_completion_type[] 
= {
      "Completes to a type category name."},
     {lldb::eCustomCompletion, "custom", "Custom completion."},
     {lldb::eThreadIDCompletion, "thread-id", "Completes to a thread ID."},
+    {lldb::eProcessSaveCorePluginCompletion, "plugin-name",
+     "Completes to a process save-core plugin"},
----------------
DavidSpickett wrote:

"Completes to an ObjectFile plugin that can save core files."

More specific without having to go read the command sources. We can find out 
what command uses it by searching for the enumerator if we need to.

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