This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 2c45436e1 Revert "minidump: Add ability to attach (breakpad) symbol fil [...] new a53531dc3 Add Facebook Minidump directory streams and options to dump them.
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: lit/Minidump/Inputs/fb-dump-content.dmp | Bin 0 -> 511 bytes lit/Minidump/fb-dump.test | 105 +++++++++++++++ source/Plugins/Process/minidump/MinidumpParser.cpp | 11 ++ source/Plugins/Process/minidump/MinidumpTypes.h | 12 ++ .../Plugins/Process/minidump/ProcessMinidump.cpp | 141 ++++++++++++++++++++- 5 files changed, 267 insertions(+), 2 deletions(-) create mode 100644 lit/Minidump/Inputs/fb-dump-content.dmp create mode 100644 lit/Minidump/fb-dump.test