llvm-capstone/lldb/test/API/functionalities/completion
David Spickett 461f859a72
[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".
2023-09-13 10:12:12 +01:00
..
breakpoints_invalid.json
breakpoints.json
categories
main.cpp
Makefile
my_test_cmd.py [lldb/Commands] Add support to auto-completion for user commands 2023-06-06 10:58:34 -07:00
shared.cpp
TestCompletion.py [lldb] Treat user aliases the same as built-ins when tab completing (#65974) 2023-09-13 10:12:12 +01:00
thread_plan_script.py [NFC][Py Reformat] Reformat python files in lldb 2023-05-25 12:54:09 -07:00