This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 0bec460 Minidump plugin: Fix flaky test new 0fa1688 Remove TimeValue usage from FileSpec.h
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/Core/Module.h | 6 ++-- include/lldb/Core/ModuleSpec.h | 1 + include/lldb/Core/SourceManager.h | 10 ++++--- include/lldb/Host/FileSpec.h | 3 -- include/lldb/Host/FileSystem.h | 13 +++++---- include/lldb/Host/TimeValue.h | 13 +++++---- include/lldb/Interpreter/OptionValueFileSpec.h | 8 ++---- source/Core/Module.cpp | 33 ++++++++-------------- source/Core/ModuleList.cpp | 5 ++-- source/Core/SourceManager.cpp | 16 +++++------ source/Host/common/FileSpec.cpp | 8 ------ source/Host/common/FileSystem.cpp | 10 +++++++ source/Interpreter/OptionValueFileSpec.cpp | 8 ++---- .../MacOSX-DYLD/DynamicLoaderDarwin.cpp | 7 +++-- .../BSD-Archive/ObjectContainerBSDArchive.cpp | 3 +- source/Plugins/Platform/Android/AdbClient.cpp | 8 ++++-- .../SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp | 3 +- .../SymbolFile/DWARF/SymbolFileDWARFDebugMap.h | 1 + unittests/Host/CMakeLists.txt | 1 + unittests/Host/FileSystemTest.cpp | 32 +++++++++++++++++++++ 20 files changed, 111 insertions(+), 78 deletions(-) create mode 100644 unittests/Host/FileSystemTest.cpp