This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from d5cbf92f2 [lldb] Extract more fields from NSException values new fd0598ca0 Re-land "Extract construction of DataBufferLLVM into FileSystem" new 2110d58e1 [lldb] Add synthetic frontend for _NSCallStackArray
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 | 17 ++++++++++ include/lldb/Utility/DataBufferLLVM.h | 8 ++--- .../lang/objc/exceptions/TestObjCExceptions.py | 14 ++++++-- 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 +-- source/Plugins/Language/ObjC/NSArray.cpp | 27 ++++++++++++++- source/Plugins/Language/ObjC/ObjCLanguage.cpp | 7 ++++ .../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 ++++--- 21 files changed, 139 insertions(+), 76 deletions(-)