summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2014-05-02 01:03:07 +0000
committerGreg Clayton <gclayton@apple.com>2014-05-02 01:03:07 +0000
commitf29bf9a169e2d07319178a383045903bbb3982db (patch)
tree21b0e74936853fdb4db5141d0aaca0bc2fe7cec8 /lldb/source/Interpreter/ScriptInterpreterPython.cpp
parent9005f418372a66ef5657b3683b1c975af88ec1c3 (diff)
downloadbcm5719-llvm-f29bf9a169e2d07319178a383045903bbb3982db.tar.gz
bcm5719-llvm-f29bf9a169e2d07319178a383045903bbb3982db.zip
"DONE" is being left in multi-line results when it shouldn't for non terminal input.
<rdar://problem/16790579> llvm-svn: 207818
Diffstat (limited to 'lldb/source/Interpreter/ScriptInterpreterPython.cpp')
-rw-r--r--lldb/source/Interpreter/ScriptInterpreterPython.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Interpreter/ScriptInterpreterPython.cpp b/lldb/source/Interpreter/ScriptInterpreterPython.cpp
index da84353fed4..52920eddde2 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"),
+ IOHandlerDelegateMultiline("DONE", true),
m_saved_stdin (),
m_saved_stdout (),
m_saved_stderr (),
OpenPOWER on IntegriCloud