[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:57 PDT 2025
================
@@ -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",
----------------
DavidSpickett wrote:
It's not like this gets into the API, but I think the name should be more specific than "plugin-name". How about "save-core-plugin-name"?
There are other commands that have plugin options for different types of plugins. So unless we pramaterise this one completion later, they'll have their own specific filters to apply.
https://github.com/llvm/llvm-project/pull/143126
More information about the lldb-commits
mailing list