<rdar://problem/12446320> Fixing an issue with our Driver where setting an immediate...
authorEnrico Granata <egranata@apple.com>
Tue, 16 Oct 2012 20:57:12 +0000 (20:57 +0000)
committerEnrico Granata <egranata@apple.com>
Tue, 16 Oct 2012 20:57:12 +0000 (20:57 +0000)
commitcd4d24d5e9583dfe8839262df17088e38962fda1
treeaf316a903d7e77de4769673431f8ddcaee17dba4
parent981d4dfa0f4e7ed2232e48845a239683fea182a4
<rdar://problem/12446320> Fixing an issue with our Driver where setting an immediate output would not cause suppression of the final printout. This allows effective output redirection for Python commands

llvm-svn: 166058
lldb/include/lldb/API/SBCommandReturnObject.h
lldb/scripts/Python/interface/SBCommandReturnObject.i
lldb/source/API/SBCommandReturnObject.cpp
lldb/test/functionalities/command_script/welcome.py
lldb/tools/driver/Driver.cpp
lldb/tools/driver/IOChannel.cpp