This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 2f4a58c40 Makefile.rules: Don't use code signing on macOS; it isn't necessary. new c7cfaa9b5 [FileSystem] Extend file system and have it use the VFS.
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/FileSystem.h | 99 +++++++- include/lldb/Utility/FileSpec.h | 3 + source/Core/Disassembler.cpp | 2 +- source/Core/Module.cpp | 10 +- source/Core/ModuleList.cpp | 2 +- source/Core/SourceManager.cpp | 10 +- source/Host/common/FileSystem.cpp | 165 ++++++++++++- source/Host/common/HostInfoBase.cpp | 2 +- source/Host/common/Symbols.cpp | 2 +- source/Host/posix/HostProcessPosix.cpp | 2 +- source/Initialization/SystemInitializerCommon.cpp | 3 + source/Interpreter/OptionValueFileSpec.cpp | 2 +- .../MacOSX-DYLD/DynamicLoaderDarwin.cpp | 2 +- .../BSD-Archive/ObjectContainerBSDArchive.cpp | 2 +- source/Plugins/Platform/Android/AdbClient.cpp | 2 +- source/Plugins/Platform/POSIX/PlatformPOSIX.cpp | 2 +- .../GDBRemoteCommunicationServerCommon.cpp | 2 +- .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 2 +- .../SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp | 2 +- source/Target/Platform.cpp | 4 +- unittests/Core/MangledTest.cpp | 3 + unittests/Expression/ClangParserTest.cpp | 11 +- unittests/Host/FileSystemTest.cpp | 263 ++++++++++++++++++++- unittests/Host/HostInfoTest.cpp | 19 +- unittests/Host/SymbolsTest.cpp | 27 ++- unittests/ObjectFile/ELF/TestObjectFileELF.cpp | 3 + .../ScriptInterpreter/Python/PythonTestSuite.cpp | 4 +- unittests/Symbol/TestClangASTContext.cpp | 17 +- unittests/Symbol/TestDWARFCallFrameInfo.cpp | 10 +- .../SymbolFile/DWARF/SymbolFileDWARFTests.cpp | 15 +- unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp | 3 + unittests/Target/ModuleCacheTest.cpp | 5 +- 32 files changed, 632 insertions(+), 68 deletions(-)