This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 8661f6507 Unbreak the linux bot from the previous commit. Fred needed [...] new b5936c5eb Extract construction of DataBufferLLVM into FileSystem
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/FileSystem.h | 17 ++++++++++ include/lldb/Utility/DataBufferLLVM.h | 8 ++--- source/API/SBSection.cpp | 3 +- source/Commands/CommandObjectMemory.cpp | 2 +- source/Core/SourceManager.cpp | 4 +-- source/Host/common/FileSystem.cpp | 38 ++++++++++++++++++++++ source/Host/common/Host.cpp | 2 +- source/Host/linux/Host.cpp | 3 +- source/Interpreter/OptionValueFileSpec.cpp | 4 +-- .../RenderScriptRuntime/RenderScriptRuntime.cpp | 6 ++-- .../BSD-Archive/ObjectContainerBSDArchive.cpp | 5 ++- source/Plugins/Platform/MacOSX/PlatformDarwin.cpp | 3 +- source/Plugins/Process/elf-core/ProcessElfCore.cpp | 5 ++- .../Plugins/Process/mach-core/ProcessMachCore.cpp | 5 ++- .../Plugins/Process/minidump/ProcessMinidump.cpp | 8 ++--- source/Symbol/ObjectFile.cpp | 14 ++++---- source/Utility/DataBufferLLVM.cpp | 28 ---------------- unittests/Process/minidump/MinidumpParserTest.cpp | 12 ++++--- 18 files changed, 94 insertions(+), 73 deletions(-)