commit | ccf4450f17759b2e6f15eb12134f88a0128dfde7 | [log] [tgz] |
---|---|---|
author | Greg Clayton <gclayton@apple.com> | Thu Jan 26 21:08:30 2012 +0000 |
committer | Greg Clayton <gclayton@apple.com> | Thu Jan 26 21:08:30 2012 +0000 |
tree | 660d150c5c9046d09ce3916611d42c3428a63390 | |
parent | 261c9740bf6d1ea7463bdb7f532efa2ff3baf43a [diff] [blame] |
Fixed formats being able to be applied recursively when using: target variable -f <format> [args] frame variable -f <format> [args] expression -f <format> -- expr git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@149080 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Commands/CommandObjectTarget.cpp b/source/Commands/CommandObjectTarget.cpp index 4835fbb..29f5b9f 100644 --- a/source/Commands/CommandObjectTarget.cpp +++ b/source/Commands/CommandObjectTarget.cpp
@@ -593,7 +593,8 @@ ValueObject::DumpValueObject (s, valobj_sp.get(), root_name, - options); + options, + format); }