[Lldb-commits] [lldb] r128224 - /lldb/trunk/source/Interpreter/CommandInterpreter.cpp
Jim Ingham
jingham at apple.com
Thu Mar 24 11:23:12 PDT 2011
Author: jingham
Date: Thu Mar 24 13:23:12 2011
New Revision: 128224
URL: http://llvm.org/viewvc/llvm-project?rev=128224&view=rev
Log:
Switch the "print" alias to "expression --".
Modified:
lldb/trunk/source/Interpreter/CommandInterpreter.cpp
Modified: lldb/trunk/source/Interpreter/CommandInterpreter.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Interpreter/CommandInterpreter.cpp?rev=128224&r1=128223&r2=128224&view=diff
==============================================================================
--- lldb/trunk/source/Interpreter/CommandInterpreter.cpp (original)
+++ lldb/trunk/source/Interpreter/CommandInterpreter.cpp Thu Mar 24 13:23:12 2011
@@ -112,7 +112,7 @@
HandleCommand ("command alias l source list", false, result);
HandleCommand ("command alias list source list", false, result);
HandleCommand ("command alias p frame variable", false, result);
- HandleCommand ("command alias print frame variable", false, result);
+ HandleCommand ("command alias print expression --", false, result);
HandleCommand ("command alias po expression -o --", false, result);
HandleCommand ("command alias up regexp-up", false, result);
HandleCommand ("command alias down regexp-down", false, result);
More information about the lldb-commits
mailing list