lldb TOT is dropping the last entry for multi-line IOHandlers that use the IOHandlerDelegateMultiline.

<rdar://problem/16844164>

llvm-svn: 208336
This commit is contained in:
Greg Clayton
2014-05-08 16:59:00 +00:00
parent 61449c6b9a
commit c3d874a584
8 changed files with 14 additions and 14 deletions

View File

@@ -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 (),