[Lldb-commits] [lldb] [LLDB]Provide clearer error message for invalid commands. (PR #111891)

Vy Nguyen via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 11 08:05:47 PDT 2024


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

Will rename this to Jim's suggestion.
I like Pavel's idea of having this returning the popular ones, but not sure how we'd determine that here (other than hard-coding the list somewhere)

https://github.com/llvm/llvm-project/pull/111891


More information about the lldb-commits mailing list