[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:26 PDT 2018


clayborg added a comment.

In https://reviews.llvm.org/D51442#1217829, @zturner wrote:

> For PE/COFF files, the Age is also in the executable and Guid+Age actually
>  constitute a 20-byte UUID. Is this not the case on Apple? What object file
>  format are you dealing with?


Breakpad files that contain darwin crashes have the age set to zero, and then this hoses us the ability to match UUIDs for Apple stuff. Sounds like I need to make this apple specific


https://reviews.llvm.org/D51442





More information about the lldb-commits mailing list