summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectExpression.h
diff options
context:
space:
mode:
authorMarianne Mailhot-Sarrasin <marianne.mailhot.sarrasin@gmail.com>2016-05-12 20:00:53 +0000
committerMarianne Mailhot-Sarrasin <marianne.mailhot.sarrasin@gmail.com>2016-05-12 20:00:53 +0000
commit3fe71581743ceb838b113ee728e6de7f7ee8d25d (patch)
treec87db2d9a24ac05559c2a4b0da0e8cb2d4e1b06d /lldb/source/Commands/CommandObjectExpression.h
parentbc8397cdf0a76c614e53dc1deede78b0e568f753 (diff)
downloadbcm5719-llvm-3fe71581743ceb838b113ee728e6de7f7ee8d25d.tar.gz
bcm5719-llvm-3fe71581743ceb838b113ee728e6de7f7ee8d25d.zip
[LLDB] Added support for PHI nodes to IR interpreter
This allows expressions such as 'i == 1 || i == 2` to be executed using the IR interpreter, instead of relying on JIT code injection (which may not be available on some platforms). Patch by cameron314 Differential Revision: http://reviews.llvm.org/D19124 llvm-svn: 269340
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.h')
-rw-r--r--lldb/source/Commands/CommandObjectExpression.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Commands/CommandObjectExpression.h b/lldb/source/Commands/CommandObjectExpression.h
index 312e9fe6512..3445aef2766 100644
--- a/lldb/source/Commands/CommandObjectExpression.h
+++ b/lldb/source/Commands/CommandObjectExpression.h
@@ -57,6 +57,7 @@ public:
bool top_level;
bool unwind_on_error;
bool ignore_breakpoints;
+ bool allow_jit;
bool show_types;
bool show_summary;
bool debug;
OpenPOWER on IntegriCloud