summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/CommandInterpreter.cpp
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2012-10-18 23:24:12 +0000
committerJim Ingham <jingham@apple.com>2012-10-18 23:24:12 +0000
commit06d282d1cb75e12bed459873f3386bd1d3a2aad7 (patch)
treea5c11e0e48bd651e4089ded3326e7492f6d11c89 /lldb/source/Interpreter/CommandInterpreter.cpp
parent5dc203e8f48ece36bdf789504cb748f0364a4e97 (diff)
downloadbcm5719-llvm-06d282d1cb75e12bed459873f3386bd1d3a2aad7.tar.gz
bcm5719-llvm-06d282d1cb75e12bed459873f3386bd1d3a2aad7.zip
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
Diffstat (limited to 'lldb/source/Interpreter/CommandInterpreter.cpp')
-rw-r--r--lldb/source/Interpreter/CommandInterpreter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Interpreter/CommandInterpreter.cpp b/lldb/source/Interpreter/CommandInterpreter.cpp
index 461f82167fe..2bf1cc3d4d6 100644
--- a/lldb/source/Interpreter/CommandInterpreter.cpp
+++ b/lldb/source/Interpreter/CommandInterpreter.cpp
@@ -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);
}
}
OpenPOWER on IntegriCloud