diff options
Diffstat (limited to 'include/lldb/API/SBExpressionOptions.h')
| -rw-r--r-- | include/lldb/API/SBExpressionOptions.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/lldb/API/SBExpressionOptions.h b/include/lldb/API/SBExpressionOptions.h index 1459ba6fee2a..b861436caf98 100644 --- a/include/lldb/API/SBExpressionOptions.h +++ b/include/lldb/API/SBExpressionOptions.h @@ -90,6 +90,12 @@ public: bool GetTopLevel(); void SetTopLevel(bool b = true); + + // Gets whether we will JIT an expression if it cannot be interpreted + bool GetAllowJIT(); + + // Sets whether we will JIT an expression if it cannot be interpreted + void SetAllowJIT(bool allow); protected: SBExpressionOptions( |
