Switch the "print" alias to "expression --".
git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@128224 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Interpreter/CommandInterpreter.cpp b/source/Interpreter/CommandInterpreter.cpp
index 31a1014..0fd9dab 100644
--- a/source/Interpreter/CommandInterpreter.cpp
+++ b/source/Interpreter/CommandInterpreter.cpp
@@ -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);