summaryrefslogtreecommitdiff
path: root/lldb/test/Shell/Commands/command-wrong-subcommand-error-msg.test
AgeCommit message (Collapse)Author
2024-10-15[LLDB]Provide clearer error message for invalid commands. (#111891)Vy Nguyen
Sometimes users (esp. gdb-longtime users) accidentally use GDB syntax, such as `breakpoint foo`, and they would get an error message from LLDB saying simply `Invalid command "breakpoint foo"`, which is not very helpful. This change provides additional suggestions to help correcting the mistake.