[Lldb-commits] [lldb] [LLDB]Provide clearer error message for invalid commands. (PR #111891)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 14 01:46:54 PDT 2024
================
@@ -70,6 +70,8 @@ class CommandObjectMultiword : public CommandObject {
return m_subcommand_dict;
}
+ std::string GetTopSubcommands(int count);
----------------
labath wrote:
Yeah, I was basically thinking just some predetermined order (our estimate of a command usage). I don't want to derail this patch with it though, I just found the remark humorous and couldn't resist the temptation.
https://github.com/llvm/llvm-project/pull/111891
More information about the lldb-commits
mailing list