| commit | 9fecd37220578515775f1b5e724bd5932b26b08e | [log] [tgz] |
|---|---|---|
| author | Leonard Mosescu <mosescu@google.com> | Wed May 02 20:06:17 2018 +0000 |
| committer | Leonard Mosescu <mosescu@google.com> | Wed May 02 20:06:17 2018 +0000 |
| tree | 174de8e432dc25ac2277b58ceaff5e2faf1f28b2 | |
| parent | fac26cf4ca4abd9142a4ed8939c167a6856f656e [diff] |
Use the UUID from the minidump's CodeView Record for placeholder modules This change adds support for two types of Minidump CodeView records: PDB70 (reference: https://crashpad.chromium.org/doxygen/structcrashpad_1_1CodeViewRecordPDB70.html) This is by far the most common record type. ELF BuildID (found in Breakpad/Crashpad generated minidumps) This would set a proper UUID for placeholder modules, in turn enabling an accurate match with local module images. Differential Revision: https://reviews.llvm.org/D46292 llvm-svn: 331394