Trigger the display of error and output in sourced commands from the result object...
authorEnrico Granata <egranata@apple.com>
Fri, 14 Dec 2012 00:52:54 +0000 (00:52 +0000)
committerEnrico Granata <egranata@apple.com>
Fri, 14 Dec 2012 00:52:54 +0000 (00:52 +0000)
commitdc3f4f90d1c1b291c2a7797e53a4e7097b0b443d
treeda1e1fa3cc276dea38fc8b68281a5d33e74b7628
parent3b606d6fd5e2981109bf98669870ba65e7e59599
Trigger the display of error and output in sourced commands from the result object's status instead of the presence of text in the error stream
This should be more consistent with the notion of command success/failure and avoids spewing warnings that the user might not care about
There will need to be an option to specify the level of verbosity desired (never show anything, only show failures, errors and warning, everything)

llvm-svn: 170167
lldb/tools/driver/Driver.cpp