summaryrefslogtreecommitdiffstats
path: root/include/lldb/Expression/IRInterpreter.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Expression/IRInterpreter.h')
-rw-r--r--include/lldb/Expression/IRInterpreter.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/lldb/Expression/IRInterpreter.h b/include/lldb/Expression/IRInterpreter.h
index 5defa8d..c314bf1 100644
--- a/include/lldb/Expression/IRInterpreter.h
+++ b/include/lldb/Expression/IRInterpreter.h
@@ -44,7 +44,8 @@ public:
static bool
CanInterpret (llvm::Module &module,
llvm::Function &function,
- lldb_private::Error &error);
+ lldb_private::Error &error,
+ const bool support_function_calls);
static bool
Interpret (llvm::Module &module,
@@ -53,7 +54,8 @@ public:
lldb_private::IRMemoryMap &memory_map,
lldb_private::Error &error,
lldb::addr_t stack_frame_bottom,
- lldb::addr_t stack_frame_top);
+ lldb::addr_t stack_frame_top,
+ lldb_private::ExecutionContext &exe_ctx);
private:
static bool
OpenPOWER on IntegriCloud