This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from e0e4f2a Fixed a missing brace. new ffabcbc Revert "Use LLVM for all stat-related functionality."
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/FileSpec.h | 34 ++++- source/API/SBPlatform.cpp | 4 +- source/Commands/CommandCompletions.cpp | 9 +- source/Commands/CommandObjectTarget.cpp | 7 +- source/Core/Debugger.cpp | 14 +- source/Core/FileSpecList.cpp | 44 ++++--- source/Core/Module.cpp | 3 +- source/Core/ModuleList.cpp | 4 +- source/Core/PluginManager.cpp | 13 +- source/Host/common/FileSpec.cpp | 143 ++++++++++++++------- source/Host/common/MonitoringProcessLauncher.cpp | 8 +- source/Host/common/Symbols.cpp | 2 +- source/Host/macosx/Host.mm | 10 +- source/Host/macosx/HostInfoMacOSX.mm | 3 +- source/Host/macosx/Symbols.cpp | 26 ++-- source/Host/posix/FileSystem.cpp | 8 +- .../Clang/ClangModulesDeclVendor.cpp | 3 +- .../Platform/MacOSX/PlatformAppleTVSimulator.cpp | 6 +- .../MacOSX/PlatformAppleWatchSimulator.cpp | 4 +- source/Plugins/Platform/MacOSX/PlatformDarwin.cpp | 26 ++-- source/Plugins/Platform/MacOSX/PlatformDarwin.h | 3 +- .../Platform/MacOSX/PlatformDarwinKernel.cpp | 41 +++--- .../Plugins/Platform/MacOSX/PlatformDarwinKernel.h | 17 ++- .../Platform/MacOSX/PlatformRemoteAppleTV.cpp | 2 +- .../Platform/MacOSX/PlatformRemoteAppleTV.h | 4 +- .../Platform/MacOSX/PlatformRemoteAppleWatch.cpp | 2 +- .../Platform/MacOSX/PlatformRemoteAppleWatch.h | 4 +- .../Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp | 2 +- source/Plugins/Platform/MacOSX/PlatformRemoteiOS.h | 4 +- .../Platform/MacOSX/PlatformiOSSimulator.cpp | 6 +- .../Plugins/Process/Darwin/NativeProcessDarwin.cpp | 4 +- source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp | 7 +- .../Plugins/Process/Linux/NativeProcessLinux.cpp | 6 +- .../Python/ScriptInterpreterPython.cpp | 14 +- .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 6 +- source/Target/ModuleCache.cpp | 12 +- source/Target/Platform.cpp | 43 +++---- source/Target/TargetList.cpp | 2 +- 38 files changed, 289 insertions(+), 261 deletions(-)