mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-04 12:15:46 +00:00
Add "v" as well as "var" as an alias for "frame var".
<rdar://problem/40066460> llvm-svn: 344397
This commit is contained in:
parent
0f3a56c850
commit
9082c1c0c1
@ -426,6 +426,7 @@ void CommandInterpreter::Initialize() {
|
||||
|
||||
cmd_obj_sp = GetCommandSPExact("frame variable", false);
|
||||
if (cmd_obj_sp) {
|
||||
AddAlias("v", cmd_obj_sp);
|
||||
AddAlias("var", cmd_obj_sp);
|
||||
AddAlias("vo", cmd_obj_sp, "--object-description");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user