summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectExpression.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.h')
-rw-r--r--lldb/source/Commands/CommandObjectExpression.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/source/Commands/CommandObjectExpression.h b/lldb/source/Commands/CommandObjectExpression.h
index c943f0e8023..168140d7fe5 100644
--- a/lldb/source/Commands/CommandObjectExpression.h
+++ b/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;
OpenPOWER on IntegriCloud