[all-commits] [llvm/llvm-project] 461f85: [lldb] Treat user aliases the same as built-ins wh...
David Spickett via All-commits
all-commits at lists.llvm.org
Wed Sep 13 02:12:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 461f859a722fb80103d437005bb14deb215f8260
https://github.com/llvm/llvm-project/commit/461f859a722fb80103d437005bb14deb215f8260
Author: David Spickett <david.spickett at linaro.org>
Date: 2023-09-13 (Wed, 13 Sep 2023)
Changed paths:
M lldb/source/Interpreter/CommandInterpreter.cpp
M lldb/test/API/functionalities/completion/TestCompletion.py
Log Message:
-----------
[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".
More information about the All-commits
mailing list