From 06d282d1cb75e12bed459873f3386bd1d3a2aad7 Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Thu, 18 Oct 2012 23:24:12 +0000 Subject: 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 --- lldb/source/Interpreter/CommandInterpreter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lldb/source/Interpreter/CommandInterpreter.cpp') 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); } } -- cgit v1.2.3