This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from a98b37c2a [lldb] Add "ninja" to svn:ignore new 23ef91550 Revert "Extract construction of DataBufferLLVM into FileSystem" new d5cbf92f2 [lldb] Extract more fields from NSException values
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 +- .../objc/exceptions}/Makefile | 0 .../lang/objc/exceptions/TestObjCExceptions.py | 90 ++++++++++++++++++++++ .../lldbsuite/test/lang/objc/exceptions/main.m | 36 +++++++++ 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/NSException.cpp | 45 +++++++++-- .../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 +-- 22 files changed, 236 insertions(+), 102 deletions(-) copy packages/Python/lldbsuite/test/{functionalities/data-formatter/data-formatter [...] create mode 100644 packages/Python/lldbsuite/test/lang/objc/exceptions/TestObjCExc [...] create mode 100644 packages/Python/lldbsuite/test/lang/objc/exceptions/main.m