mirror of
https://github.com/intel/llvm.git
synced 2026-01-15 12:25:46 +08:00
Remove the bt alias I inadvertently added back in in my last checkin.
llvm-svn: 165330
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user