This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from de30a90cb Increase gdbremote_testcase timeouts when running under ASAN. new 28e783e3c SBFile::GetFile: convert SBFile back into python native files.
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/SBFile.h | 2 + include/lldb/Host/File.h | 32 ++++++++ .../test/python_api/file_handle/TestFileHandle.py | 35 ++++++++- scripts/Python/python-typemaps.swig | 16 ++++ scripts/interface/SBFile.i | 17 +++++ source/API/SBFile.cpp | 6 ++ source/Host/common/File.cpp | 14 +++- .../ScriptInterpreter/Python/PythonDataObjects.cpp | 85 ++++++++++++++++------ .../ScriptInterpreter/Python/PythonDataObjects.h | 19 ++++- 9 files changed, 200 insertions(+), 26 deletions(-)