Add "-o" option to "expression" which prints the object description if available.

git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@115115 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Commands/CommandObjectExpression.h b/source/Commands/CommandObjectExpression.h
index 4aed304..3229a42 100644
--- a/source/Commands/CommandObjectExpression.h
+++ b/source/Commands/CommandObjectExpression.h
@@ -50,6 +50,7 @@
         lldb::Encoding  encoding;
         lldb::Format    format;
         bool        debug;
+        bool        print_object;
         bool        show_types;
         bool        show_summary;
     };