diff options
author | Jim Ingham <jingham@apple.com> | 2012-10-05 19:48:19 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2012-10-05 19:48:19 +0000 |
commit | 067df8090a303d784f845a58d0dafa09e846d82d (patch) | |
tree | 16889f2af965baeaa249dd5b3b350a1937083668 | |
parent | 57f590e6740a07c0ef1b967988460d4143284671 (diff) | |
download | bcm5719-llvm-067df8090a303d784f845a58d0dafa09e846d82d.tar.gz bcm5719-llvm-067df8090a303d784f845a58d0dafa09e846d82d.zip |
Remove the bt alias I inadvertently added back in in my last checkin.
llvm-svn: 165330
-rw-r--r-- | lldb/source/Interpreter/CommandInterpreter.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/source/Interpreter/CommandInterpreter.cpp b/lldb/source/Interpreter/CommandInterpreter.cpp index 6db59ac2569..c621789e488 100644 --- a/lldb/source/Interpreter/CommandInterpreter.cpp +++ b/lldb/source/Interpreter/CommandInterpreter.cpp @@ -160,10 +160,6 @@ CommandInterpreter::Initialize () if (cmd_obj_sp) AddAlias ("tbreak", cmd_obj_sp); - cmd_obj_sp = GetCommandSPExact ("thread backtrace", false); - if (cmd_obj_sp) - AddAlias ("bt", cmd_obj_sp); - cmd_obj_sp = GetCommandSPExact ("thread step-inst", false); if (cmd_obj_sp) { |