commit | 6c68fb45495192b676466f0595c262fb2ec53e8f | [log] [tgz] |
---|---|---|
author | Jim Ingham <jingham@apple.com> | Thu Sep 30 00:54:27 2010 +0000 |
committer | Jim Ingham <jingham@apple.com> | Thu Sep 30 00:54:27 2010 +0000 |
tree | 6ba309dd4226727dfe6637ac2f45ccf23a6b7767 | |
parent | 083f368be1090ca60c4e98aea496608abd1defa0 [diff] [blame] |
Add "-o" option to "expression" which prints the object description if available. llvm-svn: 115115
diff --git a/lldb/source/Commands/CommandObjectExpression.h b/lldb/source/Commands/CommandObjectExpression.h index 4aed304..3229a42 100644 --- a/lldb/source/Commands/CommandObjectExpression.h +++ b/lldb/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; };