This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from dfc80ffae [FileSystem] Improve assert and add Terminate in unit test. new eab0dda33 [FileSystem] Remove ResolveExecutableLocation() from FileSpec new 510fb176f [FileSystem] Remove Exists() from FileSpec
The 2 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 | 3 ++ include/lldb/Utility/FileSpec.h | 23 ------------ source/API/SBDebugger.cpp | 2 +- source/API/SBFileSpec.cpp | 5 +-- source/Commands/CommandObjectMemory.cpp | 2 +- source/Commands/CommandObjectPlatform.cpp | 2 +- source/Commands/CommandObjectTarget.cpp | 18 +++++----- source/Core/Debugger.cpp | 6 ++-- source/Core/DynamicLoader.cpp | 2 +- source/Core/Module.cpp | 5 +-- source/Core/ModuleList.cpp | 8 +++-- source/Core/PluginManager.cpp | 6 ++-- source/Core/SourceManager.cpp | 4 +-- source/Host/common/FileSystem.cpp | 35 ++++++++++++++++++ source/Host/common/HostInfoBase.cpp | 2 +- source/Host/common/MonitoringProcessLauncher.cpp | 3 +- source/Host/common/Symbols.cpp | 34 +++++++++--------- source/Host/macosx/Symbols.cpp | 17 +++++---- source/Host/macosx/objcxx/Host.mm | 11 +++--- source/Interpreter/CommandInterpreter.cpp | 8 ++--- source/Interpreter/OptionValuePathMappings.cpp | 3 +- .../Darwin-Kernel/DynamicLoaderDarwinKernel.cpp | 2 +- .../Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp | 2 +- .../RenderScriptRuntime/RenderScriptRuntime.cpp | 4 +-- .../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 23 ++++++------ .../Python/OperatingSystemPython.cpp | 3 +- .../Platform/MacOSX/PlatformAppleTVSimulator.cpp | 6 ++-- .../MacOSX/PlatformAppleWatchSimulator.cpp | 6 ++-- source/Plugins/Platform/MacOSX/PlatformDarwin.cpp | 32 ++++++++--------- .../Platform/MacOSX/PlatformDarwinKernel.cpp | 6 ++-- source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp | 8 ++--- .../Platform/MacOSX/PlatformRemoteDarwinDevice.cpp | 23 ++++++------ .../Platform/MacOSX/PlatformiOSSimulator.cpp | 6 ++-- source/Plugins/Platform/POSIX/PlatformPOSIX.cpp | 13 +++---- .../Plugins/Platform/Windows/PlatformWindows.cpp | 11 +++--- .../gdb-server/PlatformRemoteGDBServer.cpp | 2 +- .../Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp | 5 +-- source/Plugins/Process/elf-core/ProcessElfCore.cpp | 2 +- .../Process/gdb-remote/GDBRemoteCommunication.cpp | 6 ++-- .../GDBRemoteCommunicationServerLLGS.cpp | 2 +- .../Process/gdb-remote/ProcessGDBRemote.cpp | 4 +-- .../Plugins/Process/mach-core/ProcessMachCore.cpp | 2 +- .../Python/ScriptInterpreterPython.cpp | 2 +- .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 4 +-- .../SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp | 2 +- .../SymbolVendor/MacOSX/SymbolVendorMacOSX.cpp | 2 +- source/Symbol/ObjectFile.cpp | 4 +-- source/Target/ModuleCache.cpp | 6 ++-- source/Target/PathMappingList.cpp | 5 +-- source/Target/Platform.cpp | 4 +-- source/Target/Process.cpp | 2 +- source/Target/ProcessLaunchInfo.cpp | 2 +- source/Target/TargetList.cpp | 4 +-- source/Utility/FileSpec.cpp | 41 ---------------------- source/Utility/StructuredData.cpp | 5 --- unittests/Target/ModuleCacheTest.cpp | 7 ++-- 56 files changed, 228 insertions(+), 229 deletions(-)