llvm
461f859a - [lldb] Treat user aliases the same as built-ins when tab completing (#65974)

Commit
2 years ago
[lldb] Treat user aliases the same as built-ins when tab completing (#65974) Previously we would check all built-ins first for suggestions, then check built-ins and aliases. This meant that if you had an alias brkpt -> breakpoint, "br" would complete to "breakpoint". Instead of giving you the choice of "brkpt" or "breakpoint".
Author
Parents
Loading