This is an archive of the discontinued LLVM Phabricator instance.

Add Facebook Minidump directory streams and options to dump them.
ClosedPublic

Authored by clayborg on Feb 19 2019, 11:25 AM.

Details

Summary

Facebook creates minidump files that contain specific information about why things crash. Adding ways to dump these allows tools to be made that can auto download symbols based on the information that is contained in the minidump files.

Diff Detail

Repository
rL LLVM

Event Timeline

clayborg created this revision.Feb 19 2019, 11:25 AM
compnerd accepted this revision.Feb 19 2019, 11:29 AM
compnerd added a subscriber: compnerd.

Would be nice to change the filecheck prefixes to CHECK-... to separate the CHECK and the item being checked.

This revision is now accepted and ready to land.Feb 19 2019, 11:29 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 19 2019, 1:47 PM

BTW: I did add a - character after the CHECK before I checked it in