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

via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 14 09:32:43 PDT 2024


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

Sure, that's fine too.

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


More information about the lldb-commits mailing list