"DONE" is being left in multi-line results when it shouldn't for non terminal input.

<rdar://problem/16790579>

llvm-svn: 207818
This commit is contained in:
Greg Clayton
2014-05-02 01:03:07 +00:00
parent 9005f41837
commit f29bf9a169
7 changed files with 15 additions and 8 deletions

View File

@@ -140,7 +140,7 @@ ScriptInterpreterPython::Locker::~Locker()
ScriptInterpreterPython::ScriptInterpreterPython (CommandInterpreter &interpreter) :
ScriptInterpreter (interpreter, eScriptLanguagePython),
IOHandlerDelegateMultiline("DONE"),
IOHandlerDelegateMultiline("DONE", true),
m_saved_stdin (),
m_saved_stdout (),
m_saved_stderr (),