[Lldb-commits] [lldb] [lldb] Treat user aliases the same as built-ins when tab completing (PR #65974)

via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 12 08:52:52 PDT 2023


jimingham wrote:

Excellent, thanks for chasing that logic down.  This is the correct solution, since we really do want `h` to mean `help` not just accidentally.

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


More information about the lldb-commits mailing list