commit | 56bbdaf817cb19a2f133e8501473f499be447c2d | [log] [tgz] |
---|---|---|
author | Greg Clayton <gclayton@apple.com> | Thu Apr 28 20:55:26 2011 +0000 |
committer | Greg Clayton <gclayton@apple.com> | Thu Apr 28 20:55:26 2011 +0000 |
tree | 5da669166c2f055d725145fc13943dd3fbfd0372 | |
parent | 57b3c6b12812b0a7a79f896855c787bd4d893ecb [diff] [blame] |
Added the ability to specify dumping options (show types, show location, depth control, pointer depth, and more) when dumping memory and viewing as a type. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@130436 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Commands/CommandObjectExpression.cpp b/source/Commands/CommandObjectExpression.cpp index ee14839..ed7824b 100644 --- a/source/Commands/CommandObjectExpression.cpp +++ b/source/Commands/CommandObjectExpression.cpp
@@ -70,7 +70,7 @@ break; case 'f': - error = Args::StringToFormat(option_arg, format); + error = Args::StringToFormat(option_arg, format, NULL); break; case 'o':