From b1c73532ee8997fe5dfbeb7d223027bdf99758a0 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sat, 9 Dec 2023 14:28:42 +0100 Subject: Vendor import of llvm-project main llvmorg-18-init-14265-ga17671084db1. --- lldb/source/Expression/LLVMUserExpression.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lldb/source/Expression/LLVMUserExpression.cpp') diff --git a/lldb/source/Expression/LLVMUserExpression.cpp b/lldb/source/Expression/LLVMUserExpression.cpp index 9d01bfcb7220..9c31cc84bf8f 100644 --- a/lldb/source/Expression/LLVMUserExpression.cpp +++ b/lldb/source/Expression/LLVMUserExpression.cpp @@ -9,7 +9,6 @@ #include "lldb/Expression/LLVMUserExpression.h" #include "lldb/Core/Module.h" -#include "lldb/Core/StreamFile.h" #include "lldb/Core/ValueObjectConstResult.h" #include "lldb/Expression/DiagnosticManager.h" #include "lldb/Expression/ExpressionVariable.h" @@ -120,7 +119,7 @@ LLVMUserExpression::DoExecute(DiagnosticManager &diagnostic_manager, IRInterpreter::Interpret(*module, *function, args, *m_execution_unit_sp, interpreter_error, function_stack_bottom, - function_stack_top, exe_ctx); + function_stack_top, exe_ctx, options.GetTimeout()); if (!interpreter_error.Success()) { diagnostic_manager.Printf(eDiagnosticSeverityError, @@ -233,7 +232,7 @@ LLVMUserExpression::DoExecute(DiagnosticManager &diagnostic_manager, eDiagnosticSeverityError, "Couldn't complete execution; the thread " "on which the expression was being run: 0x%" PRIx64 - " exited during its execution.", + " exited during its execution.", expr_thread_id); return execution_result; } else if (execution_result != lldb::eExpressionCompleted) { -- cgit v1.3