mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-10 10:01:42 +00:00
Change the "rb" alias to "rbreak" since some people are used to typing more than "rb" and so weren't
finding the alias. llvm-svn: 166249
This commit is contained in:
parent
5dc203e8f4
commit
06d282d1cb
@ -309,8 +309,8 @@ CommandInterpreter::Initialize ()
|
||||
{
|
||||
alias_arguments_vector_sp.reset (new OptionArgVector);
|
||||
ProcessAliasOptionsArgs (cmd_obj_sp, "--func-regex %1", alias_arguments_vector_sp);
|
||||
AddAlias ("rb", cmd_obj_sp);
|
||||
AddOrReplaceAliasOptions("rb", alias_arguments_vector_sp);
|
||||
AddAlias ("rbreak", cmd_obj_sp);
|
||||
AddOrReplaceAliasOptions("rbreak", alias_arguments_vector_sp);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user