llvm-capstone/lldb/test
Dave Lee b95150418f [lldb] Allow aliases to aliases of raw input commands
Allow users to create aliases for aliases to raw input commands. That probably
sounds convoluted, so here's an example:

```
command alias some-setup env SOMEVAR=SOMEVALUE
```

This an alias based on `env`, which itself is an alias for `_regex-env`.
`_regex-env` is a `command regex` command, which takes raw input.

The above `some-setup` alias fails with:

```
error: Unable to create requested alias.
```

This change allows such aliases to be created. lldb already supports aliases to
aliases for parsed commands.

Differential Revision: https://reviews.llvm.org/D117259
2022-01-21 17:57:34 -08:00
..
API [lldb] Allow aliases to aliases of raw input commands 2022-01-21 17:57:34 -08:00
Shell [LLDB] Adjust compiler-full-path.test for Windows/Arm64 2022-01-19 19:47:03 +05:00
Unit
CMakeLists.txt [lldb] Remove lldb-instr 2022-01-10 11:48:16 -08:00
lit.cfg.py
lit.site.cfg.py.in