<rdar://problem/11405850>
authorGreg Clayton <gclayton@apple.com>
Fri, 18 May 2012 00:04:38 +0000 (00:04 +0000)
committerGreg Clayton <gclayton@apple.com>
Fri, 18 May 2012 00:04:38 +0000 (00:04 +0000)
commit0ca92a15b012a9d52ce433d3d42428209bc02a96
tree70b53a3e283b4861659552838a86b5cb63d5ffa4
parent589c6eb95c38bc13530bc460f7069496ec85b6af
<rdar://problem/11405850>

The "run" and "r" aliases were for gdb compatability, so make then do what GDB does by default: launch in a shell.

For those that don't want launching with a shell by default, add the following to your ~/.lldbinit file:

command unalias run
command unalias r
command alias r process launch --
command alias run process launch --

llvm-svn: 157028
lldb/source/Interpreter/CommandInterpreter.cpp