This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from d1643f6cf Fix a "memset clearing an object of non-trivial type" warning [...] new 87eb0b5a2 minidump: Add ability to attach (breakpad) symbol files to pl [...]
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/Core/Module.h | 22 ++-- .../Minidump/Inputs}/linux-x86_64.dmp | Bin lit/Minidump/Inputs/linux-x86_64.syms | 4 + lit/Minidump/breakpad-symbols.test | 26 +++++ .../Plugins/Process/minidump/ProcessMinidump.cpp | 115 +++++++++++++-------- 5 files changed, 115 insertions(+), 52 deletions(-) copy {packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new => li [...] create mode 100644 lit/Minidump/Inputs/linux-x86_64.syms create mode 100644 lit/Minidump/breakpad-symbols.test