This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 2048691 Try to fix Android build. new 26b587e Removing the new Minidump plugin
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: lldb.xcodeproj/project.pbxproj | 16 +- .../postmortem/minidump-new/Makefile | 6 - .../postmortem/minidump-new/TestMiniDumpNew.py | 108 --------- .../postmortem/minidump-new/linux-x86_64 | Bin 1339419 -> 0 bytes .../postmortem/minidump-new/linux-x86_64.cpp | 28 --- .../postmortem/minidump-new/linux-x86_64.dmp | Bin 38320 -> 0 bytes .../minidump-new/linux-x86_64_not_crashed | Bin 1339904 -> 0 bytes .../minidump-new/linux-x86_64_not_crashed.cpp | 36 --- .../minidump-new/linux-x86_64_not_crashed.dmp | Bin 42408 -> 0 bytes source/API/SystemInitializerFull.cpp | 4 - source/Plugins/Process/minidump/CMakeLists.txt | 2 - source/Plugins/Process/minidump/MinidumpParser.cpp | 52 +--- source/Plugins/Process/minidump/MinidumpParser.h | 22 +- source/Plugins/Process/minidump/MinidumpTypes.cpp | 17 +- source/Plugins/Process/minidump/MinidumpTypes.h | 8 +- .../Plugins/Process/minidump/ProcessMinidump.cpp | 263 --------------------- source/Plugins/Process/minidump/ProcessMinidump.h | 103 -------- source/Plugins/Process/minidump/ThreadMinidump.cpp | 102 -------- source/Plugins/Process/minidump/ThreadMinidump.h | 52 ---- unittests/Process/minidump/MinidumpParserTest.cpp | 26 +- 20 files changed, 25 insertions(+), 820 deletions(-) delete mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/minid [...] delete mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/minid [...] delete mode 100755 packages/Python/lldbsuite/test/functionalities/postmortem/minid [...] delete mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/minid [...] delete mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/minid [...] delete mode 100755 packages/Python/lldbsuite/test/functionalities/postmortem/minid [...] delete mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/minid [...] delete mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/minid [...] delete mode 100644 source/Plugins/Process/minidump/ProcessMinidump.cpp delete mode 100644 source/Plugins/Process/minidump/ProcessMinidump.h delete mode 100644 source/Plugins/Process/minidump/ThreadMinidump.cpp delete mode 100644 source/Plugins/Process/minidump/ThreadMinidump.h