This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from a402e029b TestHelloWorld: Make compatible with remote testing new 1cde7df2c [Reproducer] Add convenience methods IsCapturing and IsReplaying. new a7e304851 SBFile: add a bunch of tests that should eventually work. new 3d1af486f SBFile support in SBCommandReturnObject new 201178425 remove a smattering of isolated, unnecessary uses of FILE*
The 4 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/SBCommandReturnObject.h | 29 ++- include/lldb/API/SBFile.h | 1 + include/lldb/Interpreter/CommandReturnObject.h | 8 +- include/lldb/Utility/Reproducer.h | 3 + include/lldb/Utility/ReproducerInstrumentation.h | 10 +- .../test/python_api/file_handle/TestFileHandle.py | 284 ++++++++++++++++++++- scripts/Python/python-typemaps.swig | 22 +- scripts/interface/SBCommandReturnObject.i | 27 +- source/API/SBCommandReturnObject.cpp | 74 +++++- source/API/SBDebugger.cpp | 6 +- source/API/SBFile.cpp | 9 +- source/Commands/CommandObjectReproducer.cpp | 6 +- source/Core/IOHandler.cpp | 16 +- source/Expression/REPL.cpp | 2 +- .../Python/ScriptInterpreterPython.cpp | 5 +- tools/driver/Driver.cpp | 13 +- 16 files changed, 448 insertions(+), 67 deletions(-)