diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.cpp')
| -rw-r--r-- | lldb/source/Commands/CommandObjectExpression.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectExpression.cpp b/lldb/source/Commands/CommandObjectExpression.cpp index e2ce4b2cf89..301ce82c9d6 100644 --- a/lldb/source/Commands/CommandObjectExpression.cpp +++ b/lldb/source/Commands/CommandObjectExpression.cpp @@ -368,7 +368,8 @@ CommandObjectExpression::EvaluateExpression true, // Scope is already checked. Const results are always in scope. false, // Don't flatten output 0, // Always use summaries (you might want an option --no-summary like there is for frame variable) - false); // Do not show more children than settings allow + false, // Do not show more children than settings allow + format); // Format override if (result) result->SetStatus (eReturnStatusSuccessFinishResult); } |

