diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.h')
| -rw-r--r-- | lldb/source/Commands/CommandObjectExpression.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lldb/source/Commands/CommandObjectExpression.h b/lldb/source/Commands/CommandObjectExpression.h index 1959ecbc1e8..a466167e058 100644 --- a/lldb/source/Commands/CommandObjectExpression.h +++ b/lldb/source/Commands/CommandObjectExpression.h @@ -87,10 +87,11 @@ protected: size_t bytes_len); bool - EvaluateExpression (const char *expr, + EvaluateExpression (const char *expr, bool bare, - Stream &output_stream, - Stream &error_stream); + Stream &output_stream, + Stream &error_stream, + CommandReturnObject *result = NULL); CommandOptions m_options; ExecutionContext m_exe_ctx; |

