[Lldb-commits] [PATCH] D51442: Don't include the Age in the UUID for CvRecordPdb70 UUID records in minidump files

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 29 11:07:27 PDT 2018


clayborg added a comment.

In https://reviews.llvm.org/D51442#1217894, @lemo wrote:

> I'm curious too: where did the PDB70 age create matching problems?


For breakpad ARM and ARM64 minidumps that are for Apple vendor triples.

> On a related note, I just noticed that ObjectFilePECOFF::GetUUID() doesn't
>  have a real implementation (just returns false). How do we extract module
>  UUID for PE/COFF files?

Not sure on that, nor what the PDB70 UUID actually is.


https://reviews.llvm.org/D51442





More information about the lldb-commits mailing list