This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 9661ff7e8 Ahhhh roll back that commit, I didn't see that Lawrence had f [...] new f48c5c8b3 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 | 2 + include/lldb/Core/Debugger.h | 2 + include/lldb/Host/File.h | 14 +- .../test/python_api/file_handle/TestFileHandle.py | 228 +++++++++++++++++++++ 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 | 174 +++++++++++++++- .../ScriptInterpreter/Python/PythonDataObjects.h | 2 + .../Python/ScriptInterpreterPython.cpp | 5 +- .../Python/ScriptInterpreterPython.h | 8 +- 12 files changed, 573 insertions(+), 20 deletions(-) create mode 100644 packages/Python/lldbsuite/test/python_api/file_handle/TestFileH [...]