diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectExpression.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectExpression.cpp b/lldb/source/Commands/CommandObjectExpression.cpp index 3c04eb35c9f..4fecc6b46b3 100644 --- a/lldb/source/Commands/CommandObjectExpression.cpp +++ b/lldb/source/Commands/CommandObjectExpression.cpp @@ -305,7 +305,8 @@ CommandObjectExpression::EvaluateExpression m_command_options.unwind_on_error, keep_in_memory, use_dynamic, - result_valobj_sp); + result_valobj_sp, + 0 /* no timeout */); if (exe_results == eExecutionInterrupted && !m_command_options.unwind_on_error) { |