This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from dbc9b76bb new api class: SBFile new e8dba0397 SBDebugger::SetInputFile, SetOutputFile, etc.
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 | 12 ++ include/lldb/API/SBFile.h | 3 + include/lldb/Core/Debugger.h | 7 +- .../test/python_api/file_handle/TestFileHandle.py | 126 ++++++++++++++++++++- scripts/interface/SBDebugger.i | 18 +++ source/API/SBDebugger.cpp | 117 ++++++++++++++++--- source/API/SBFile.cpp | 2 + source/Core/Debugger.cpp | 23 ++-- .../ScriptInterpreter/Python/PythonDataObjects.cpp | 2 + 9 files changed, 275 insertions(+), 35 deletions(-)