[Lldb-commits] [lldb] [lldb] Add test to document alias tab completion behaviour (PR #65760)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 8 07:01:42 PDT 2023
DavidSpickett wrote:
This just documents the status quo - but, I'd like to confirm this is expected and desirable behaviour, hence the review.
Seems fine to me as it does prevent the user causing some kinds of chaos. `breakpoint` is perhaps just a bad example because it has the single letter alias `b` that gets in the way of almost any alias name you'd choose.
https://github.com/llvm/llvm-project/pull/65760
More information about the lldb-commits
mailing list