diff options
author | Greg Clayton <gclayton@apple.com> | 2010-10-05 00:31:29 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2010-10-05 00:31:29 +0000 |
commit | 0184f0193636a34385493ca6b557571145c0e0e5 (patch) | |
tree | ca4311c8f642a65963c6dbdccb2aaeac48776129 /lldb/source/Commands/CommandObjectExpression.h | |
parent | 6296bbbb652c5477a051f573c3fbd733083a5201 (diff) | |
download | bcm5719-llvm-0184f0193636a34385493ca6b557571145c0e0e5.tar.gz bcm5719-llvm-0184f0193636a34385493ca6b557571145c0e0e5.zip |
Moved expression evaluation from CommandObjectExpression into
ClangUserExpression::Evaluate () as a public static function so anyone can
evaluate an expression.
llvm-svn: 115581
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.h')
-rw-r--r-- | lldb/source/Commands/CommandObjectExpression.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectExpression.h b/lldb/source/Commands/CommandObjectExpression.h index 3229a427bec..a15454934db 100644 --- a/lldb/source/Commands/CommandObjectExpression.h +++ b/lldb/source/Commands/CommandObjectExpression.h @@ -87,7 +87,6 @@ protected: bool EvaluateExpression (const char *expr, - bool bare, Stream &output_stream, Stream &error_stream, CommandReturnObject *result = NULL); |