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

Reply via email to