This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 522762e Update log_options unit test new 0729512 Remove FileSpec::ReadFileContents. new aafb364 Remove dependency from FileSpec to ArchSpec.
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/FileSpec.h | 56 ++----------- include/lldb/Utility/DataBufferLLVM.h | 7 +- source/API/SBSection.cpp | 5 +- source/Commands/CommandObjectMemory.cpp | 6 +- source/Core/SourceManager.cpp | 5 +- source/Host/common/FileSpec.cpp | 93 ++-------------------- source/Host/common/Host.cpp | 9 ++- source/Interpreter/OptionValueFileSpec.cpp | 7 +- .../RenderScriptRuntime/RenderScriptRuntime.cpp | 5 +- .../BSD-Archive/ObjectContainerBSDArchive.cpp | 4 +- source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 14 ++-- .../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 19 ++--- .../Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 9 ++- source/Plugins/Platform/MacOSX/PlatformDarwin.cpp | 18 +++-- source/Plugins/Process/elf-core/ProcessElfCore.cpp | 4 +- .../gdb-remote/GDBRemoteCommunicationClient.cpp | 7 +- .../Plugins/Process/mach-core/ProcessMachCore.cpp | 4 +- .../Plugins/Process/minidump/ProcessMinidump.cpp | 4 +- source/Symbol/ObjectFile.cpp | 10 ++- source/Utility/DataBufferLLVM.cpp | 23 +++++- unittests/Process/minidump/MinidumpParserTest.cpp | 2 +- 21 files changed, 114 insertions(+), 197 deletions(-)