This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from ce04426 [analyze deps] Show incoming and outgoing counts on island members. new 7518b3f Move FileSpec from Host -> Utility.
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/Breakpoint/BreakpointResolver.h | 2 +- include/lldb/Core/AddressResolver.h | 2 +- include/lldb/Core/Disassembler.h | 2 +- include/lldb/Core/FileSpecList.h | 2 +- include/lldb/Core/Module.h | 4 ++-- include/lldb/Core/ModuleSpec.h | 4 ++-- include/lldb/Core/PluginManager.h | 2 +- include/lldb/Core/SourceManager.h | 2 +- include/lldb/Host/Editline.h | 2 +- include/lldb/Host/FileCache.h | 2 +- include/lldb/Host/FileSystem.h | 2 +- include/lldb/Host/Host.h | 2 +- include/lldb/Host/HostInfoBase.h | 2 +- include/lldb/Host/Symbols.h | 2 +- include/lldb/Host/freebsd/HostInfoFreeBSD.h | 2 +- include/lldb/Host/linux/HostInfoLinux.h | 2 +- include/lldb/Host/macosx/HostInfoMacOSX.h | 2 +- include/lldb/Host/netbsd/HostInfoNetBSD.h | 2 +- include/lldb/Host/posix/HostInfoPosix.h | 2 +- include/lldb/Host/windows/HostInfoWindows.h | 2 +- include/lldb/Interpreter/OptionValueFileSpec.h | 2 +- include/lldb/Symbol/Declaration.h | 2 +- include/lldb/Symbol/LineEntry.h | 2 +- include/lldb/Symbol/ObjectContainer.h | 2 +- include/lldb/Symbol/ObjectFile.h | 2 +- include/lldb/Target/FileAction.h | 2 +- include/lldb/Target/ModuleCache.h | 2 +- include/lldb/Target/Platform.h | 2 +- include/lldb/Target/ProcessInfo.h | 2 +- include/lldb/Target/ProcessLaunchInfo.h | 2 +- include/lldb/{Host => Utility}/FileSpec.h | 0 source/API/SBFileSpec.cpp | 2 +- source/API/SBFileSpecList.cpp | 2 +- source/API/SBHostOS.cpp | 2 +- source/API/SBTarget.cpp | 2 +- source/Commands/CommandCompletions.cpp | 2 +- source/Commands/CommandObjectLog.cpp | 2 +- source/Commands/CommandObjectSource.cpp | 2 +- source/Core/FormatEntity.cpp | 2 +- source/Core/PluginManager.cpp | 2 +- source/Core/StructuredData.cpp | 2 +- source/Host/CMakeLists.txt | 1 - source/Host/common/Editline.cpp | 2 +- source/Host/common/File.cpp | 2 +- source/Host/common/Host.cpp | 2 +- source/Host/macosx/Host.mm | 2 +- source/Host/posix/ProcessLauncherPosixFork.cpp | 2 +- source/Host/windows/HostProcessWindows.cpp | 2 +- source/Interpreter/CommandObject.cpp | 2 +- source/Interpreter/OptionValuePathMappings.cpp | 2 +- .../Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.h | 4 ++-- source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.h | 4 ++-- source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.h | 4 ++-- source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.h | 4 ++-- source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.h | 2 +- source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.h | 4 ++-- source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp | 2 +- .../ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp | 2 +- .../Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h | 2 +- .../ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.h | 2 +- source/Plugins/ObjectFile/ELF/ObjectFileELF.h | 4 ++-- source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp | 2 +- source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 2 +- source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h | 2 +- source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 2 +- source/Plugins/ObjectFile/PECOFF/WindowsMiniDump.cpp | 2 +- source/Plugins/Platform/Android/AdbClient.cpp | 2 +- source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp | 2 +- source/Plugins/Platform/Kalimba/PlatformKalimba.cpp | 2 +- source/Plugins/Platform/Linux/PlatformLinux.cpp | 2 +- source/Plugins/Platform/MacOSX/PlatformAppleSimulator.h | 2 +- source/Plugins/Platform/MacOSX/PlatformAppleTVSimulator.cpp | 2 +- source/Plugins/Platform/MacOSX/PlatformAppleWatchSimulator.cpp | 2 +- source/Plugins/Platform/MacOSX/PlatformDarwin.h | 2 +- source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp | 2 +- source/Plugins/Platform/MacOSX/PlatformDarwinKernel.h | 2 +- source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp | 2 +- source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.cpp | 2 +- source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.h | 2 +- source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.cpp | 2 +- source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.h | 2 +- source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp | 2 +- source/Plugins/Platform/MacOSX/PlatformRemoteiOS.h | 2 +- source/Plugins/Platform/MacOSX/PlatformiOSSimulator.cpp | 2 +- source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp | 2 +- source/Plugins/Platform/POSIX/PlatformPOSIX.cpp | 2 +- source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp | 2 +- source/Plugins/Process/Darwin/NativeProcessDarwin.h | 2 +- source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp | 2 +- source/Plugins/Process/FreeBSD/ProcessMonitor.h | 2 +- source/Plugins/Process/Linux/NativeProcessLinux.h | 2 +- source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.cpp | 2 +- source/Plugins/Process/NetBSD/NativeProcessNetBSD.h | 2 +- source/Plugins/Process/Windows/Common/DebuggerThread.cpp | 2 +- source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp | 2 +- source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | 2 +- source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp | 2 +- source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.h | 4 ++-- source/Target/PathMappingList.cpp | 2 +- source/Target/Platform.cpp | 2 +- source/Target/Target.cpp | 2 +- source/Utility/CMakeLists.txt | 1 + source/{Host/common => Utility}/FileSpec.cpp | 2 +- tools/lldb-server/lldb-platform.cpp | 2 +- unittests/Host/FileSpecTest.cpp | 2 +- unittests/Process/minidump/MinidumpParserTest.cpp | 2 +- unittests/SymbolFile/DWARF/SymbolFileDWARFTests.cpp | 2 +- unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp | 2 +- 108 files changed, 115 insertions(+), 115 deletions(-) rename include/lldb/{Host => Utility}/FileSpec.h (100%) rename source/{Host/common => Utility}/FileSpec.cpp (99%)