[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 08:58:37 PDT 2023
DavidSpickett wrote:
That was my first assumption, that they were all in one pool of commands for completion. Then I thought maybe it had been setup this way to protect the built-ins somehow. Given it wasn't tested it may not have been intentionally implemented that way.
If people agree that tab completion should look at commands and aliases at once I can fix that in a follow up. I agree it's what a user would assume.
https://github.com/llvm/llvm-project/pull/65760
More information about the lldb-commits
mailing list