diff options
Diffstat (limited to 'contrib/llvm/tools/lldb/source/Commands/CommandObjectExpression.h')
-rw-r--r-- | contrib/llvm/tools/lldb/source/Commands/CommandObjectExpression.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/llvm/tools/lldb/source/Commands/CommandObjectExpression.h b/contrib/llvm/tools/lldb/source/Commands/CommandObjectExpression.h index c943f0e..168140d 100644 --- a/contrib/llvm/tools/lldb/source/Commands/CommandObjectExpression.h +++ b/contrib/llvm/tools/lldb/source/Commands/CommandObjectExpression.h @@ -96,6 +96,9 @@ protected: Stream *output_stream, Stream *error_stream, CommandReturnObject *result = NULL); + + void + GetMultilineExpression (); OptionGroupOptions m_option_group; OptionGroupFormat m_format_options; |