================
@@ -70,6 +70,8 @@ class CommandObjectMultiword : public CommandObject {
return m_subcommand_dict;
}
+ std::string GetTopSubcommands(int count);
----------------
labath wrote:
This is definitely a topic for another patch, but I actually think it would be
really cool if this actually returned the first N most popular commands. :)
Then we could even have `help breakpoint` start off with the most popular
subcommand (definitely `set`) instead of `clear` (which I don't think I've ever
used).
https://github.com/llvm/llvm-project/pull/111891
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits