This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from e8dba0397 SBDebugger::SetInputFile, SetOutputFile, etc. new 4721f57de factor out an abstract base class for File
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/Host/File.h | 284 ++++++++++++--------- scripts/Python/python-typemaps.swig | 2 +- source/API/SBDebugger.cpp | 8 +- source/API/SBFile.cpp | 4 +- source/Core/Debugger.cpp | 4 +- source/Core/StreamFile.cpp | 4 +- source/Host/common/File.cpp | 274 ++++++++++++-------- source/Host/common/FileSystem.cpp | 3 +- .../Host/posix/ConnectionFileDescriptorPosix.cpp | 12 +- .../Clang/ClangExpressionParser.cpp | 2 +- .../PlatformiOSSimulatorCoreSimulatorSupport.mm | 2 +- .../Plugins/Process/Darwin/NativeProcessDarwin.cpp | 4 +- .../GDBRemoteCommunicationServerCommon.cpp | 6 +- .../ScriptInterpreter/Python/PythonDataObjects.cpp | 4 +- .../Python/ScriptInterpreterPython.cpp | 6 +- source/Target/Process.cpp | 6 +- unittests/Host/FileTest.cpp | 4 +- 17 files changed, 367 insertions(+), 262 deletions(-)