This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 8f8cc1599 Skip Apple simulator test for all remote testing scenarios. new 55a6ce2e3 allow arbitrary python streams to be converted to SBFile new 88f462225 Revert "[lldb] Calculate relative path for symbol links"
The 2 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 +- .../test/python_api/file_handle/TestFileHandle.py | 318 +++++++++++++++- scripts/Python/finishSwigPythonLLDB.py | 23 +- scripts/Python/python-typemaps.swig | 63 ++++ scripts/interface/SBFile.i | 44 +++ source/API/SBFile.cpp | 4 +- .../ScriptInterpreter/Python/PythonDataObjects.cpp | 415 ++++++++++++++++++++- 7 files changed, 832 insertions(+), 37 deletions(-)