diff options
Diffstat (limited to 'lldb/source/Interpreter/CommandObjectRegexCommand.cpp')
-rw-r--r-- | lldb/source/Interpreter/CommandObjectRegexCommand.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Interpreter/CommandObjectRegexCommand.cpp b/lldb/source/Interpreter/CommandObjectRegexCommand.cpp index 7f2e8c0323c..871922c6222 100644 --- a/lldb/source/Interpreter/CommandObjectRegexCommand.cpp +++ b/lldb/source/Interpreter/CommandObjectRegexCommand.cpp @@ -88,7 +88,7 @@ CommandObjectRegexCommand::ExecuteRawCommandString } // Interpret the new command and return this as the result! result.GetOutputStream().Printf("%s\n", new_command.c_str()); - return m_interpreter.HandleCommand(new_command.c_str(), true, result); + return m_interpreter.HandleCommand(new_command.c_str(), eLazyBoolCalculate, result); } } result.SetStatus(eReturnStatusFailed); |