Change the "bt" command alias defined in CommandInterpreter::LoadCommandDictionary.
authorJason Molenda <jmolenda@apple.com>
Fri, 5 Oct 2012 05:29:32 +0000 (05:29 +0000)
committerJason Molenda <jmolenda@apple.com>
Fri, 5 Oct 2012 05:29:32 +0000 (05:29 +0000)
commit4cddfedf53647cb9b515a7c979b4c6da76a99460
treee2a10789a8cf522d5930b5e9c0ee23c0b604adad
parenta8805d3809cbd6ed37cf15d82aa8334b520cc6bf
Change the "bt" command alias defined in CommandInterpreter::LoadCommandDictionary.
It is now a regex command alias that more faithfully emulates gdb's
behavior, most importantly, "bt 5" will backtrace 5 frames of the
currently selected thread.  "bt all" still backtraces all threads
(unlike gdb) and for users who have learned to use "bt -c 5", that
form is still accepted.

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