[Lldb-commits] [lldb] [lldb] Add test to document alias tab completion behaviour (PR #65760)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 8 08:53:12 PDT 2023
jimingham wrote:
The test is okay, but this seems like confusing behavior to me. Most people who use lldb don't set up command aliases and aren't really aware of which commands are aliases and which are built-in commands. So treating them differently seems wrong to me. If you have a `br` alias then `br` should win over `breakpoint` because it is an exact match. If you have a `brk` alias, then I would expect `br` to be ambiguous.
https://github.com/llvm/llvm-project/pull/65760
More information about the lldb-commits
mailing list