[Lldb-commits] [PATCH] D117259: [lldb] Allow aliases to aliases of raw input commands
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 21 16:33:07 PST 2022
jingham added a comment.
That tests that we made the alias, but not that it actually works. If you did something like:
command alias start_with_two expr -- 2
command alias add_two start_with_two +
then
add_two 3
should produce 5, which would be easy to test for.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117259/new/
https://reviews.llvm.org/D117259
More information about the lldb-commits
mailing list