This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 127730d Use the right dwarf attributes for parsing location list entr [...] new 796430a Minidump plugin: Adding x86_32 register context converter
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: source/Plugins/Process/minidump/CMakeLists.txt | 1 + .../minidump/RegisterContextMinidump_x86_32.cpp | 99 +++++++++++++++ .../minidump/RegisterContextMinidump_x86_32.h | 138 +++++++++++++++++++++ .../minidump/RegisterContextMinidump_x86_64.cpp | 10 +- .../minidump/RegisterContextMinidump_x86_64.h | 6 +- unittests/Process/minidump/CMakeLists.txt | 1 + unittests/Process/minidump/Inputs/linux-i386.dmp | Bin 0 -> 32976 bytes unittests/Process/minidump/MinidumpParserTest.cpp | 109 +++++++++++----- 8 files changed, 322 insertions(+), 42 deletions(-) create mode 100644 source/Plugins/Process/minidump/RegisterContextMinidump_x86_32.cpp create mode 100644 source/Plugins/Process/minidump/RegisterContextMinidump_x86_32.h create mode 100644 unittests/Process/minidump/Inputs/linux-i386.dmp