llvm-capstone/lldb/test
David Spickett 0f1a01807c
[lldb] Add test to document alias tab completion behaviour (#65760)
While looking at https://github.com/llvm/llvm-project/issues/49528 I
found that, happily, aliases can now be tab completed.

However, if there is a built-in match that will always be taken. Which
is a bit surprising, though logical if we don't want people really
messing up their commands I guess.

Meaning "b" tab completes to our built-in breakpoint alias, before it
looks at any of the aliases. "bf" doesn't match "b", so it looks through
the aliases.

I didn't find any tests for this in the obvious places, so this adds
some.
2023-09-08 17:08:02 +01:00
..
API [lldb] Add test to document alias tab completion behaviour (#65760) 2023-09-08 17:08:02 +01:00
Shell [lldb][AArch64] Re-enable clone follow tests on AArch64 Linux 2023-09-08 14:10:08 +00:00
Unit [lldb] Make TSan errors fatal when running the test suite 2023-08-07 13:20:38 -07:00
CMakeLists.txt [lldb] Remove reproducer test suite (NFC) 2023-05-26 09:33:40 -07:00
lit.cfg.py [NFC][Py Reformat] Reformat python files in lldb 2023-05-25 12:54:09 -07:00
lit.site.cfg.py.in