This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from b022aa256 [Core] Comparison for unsigned >= 0 is redundant. NFCI. new 9a5b861ce Commit Lawrence D'Anna's patch to change SetOututFileHandle t [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/lldb/API/SBDebugger.h | 3 + include/lldb/Core/Debugger.h | 2 + include/lldb/Host/File.h | 14 ++- scripts/interface/SBDebugger.i | 8 ++ source/API/SBDebugger.cpp | 12 ++ source/Core/Debugger.cpp | 14 +++ source/Host/common/File.cpp | 124 ++++++++++++++++++ .../ScriptInterpreter/Python/PythonDataObjects.cpp | 139 +++++++++++++++++++-- .../Python/ScriptInterpreterPython.cpp | 5 +- .../Python/ScriptInterpreterPython.h | 8 +- 10 files changed, 308 insertions(+), 21 deletions(-)