================
@@ -70,6 +70,8 @@ class CommandObjectMultiword : public CommandObject {
     return m_subcommand_dict;
   }
 
+  std::string GetTopSubcommands(int count);
----------------
oontvoo wrote:

P.S: Actually, didn't end up renaming it Jim's suggestion, but to something 
else, hopefully less confusing, which is "GetSubcommandsHint" - whether it 
returns a top 5 sub-commands or whatever order is transparent to caller.
(Then we can change the content in later patch as needed)

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