From c3d874a5843810e69b9847a6a4bb49c9481c6692 Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Thu, 8 May 2014 16:59:00 +0000 Subject: lldb TOT is dropping the last entry for multi-line IOHandlers that use the IOHandlerDelegateMultiline. llvm-svn: 208336 --- lldb/source/Interpreter/ScriptInterpreterPython.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Interpreter/ScriptInterpreterPython.cpp') diff --git a/lldb/source/Interpreter/ScriptInterpreterPython.cpp b/lldb/source/Interpreter/ScriptInterpreterPython.cpp index 52920eddde2..da84353fed4 100644 --- a/lldb/source/Interpreter/ScriptInterpreterPython.cpp +++ b/lldb/source/Interpreter/ScriptInterpreterPython.cpp @@ -140,7 +140,7 @@ ScriptInterpreterPython::Locker::~Locker() ScriptInterpreterPython::ScriptInterpreterPython (CommandInterpreter &interpreter) : ScriptInterpreter (interpreter, eScriptLanguagePython), - IOHandlerDelegateMultiline("DONE", true), + IOHandlerDelegateMultiline("DONE"), m_saved_stdin (), m_saved_stdout (), m_saved_stderr (), -- cgit v1.2.3