This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 8df3643ca Fix the lit test suite. new cb1093969 [FileSystem] Open File instances through the FileSystem.
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 | 65 +----------- include/lldb/Host/FileSystem.h | 4 + source/API/SBStream.cpp | 5 +- source/Commands/CommandObjectBugreport.cpp | 9 +- source/Commands/CommandObjectMemory.cpp | 16 +-- source/Core/StreamFile.cpp | 17 ++-- source/Expression/REPL.cpp | 11 +- source/Host/common/File.cpp | 100 ------------------- source/Host/common/FileCache.cpp | 6 +- source/Host/common/FileSystem.cpp | 111 +++++++++++++++++++++ source/Interpreter/CommandInterpreter.cpp | 6 +- .../RenderScriptRuntime/RenderScriptRuntime.cpp | 23 +++-- .../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 8 +- .../Process/gdb-remote/ProcessGDBRemote.cpp | 5 +- .../ScriptInterpreter/Python/PythonDataObjects.cpp | 3 +- .../Python/ScriptInterpreterPython.cpp | 12 ++- source/Target/ModuleCache.cpp | 7 +- source/Target/Platform.cpp | 5 +- .../Python/PythonDataObjectsTests.cpp | 6 +- 19 files changed, 199 insertions(+), 220 deletions(-)