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

Zachary Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 29 10:28:01 PDT 2018


zturner added a subscriber: clayborg.
zturner added a comment.

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?


https://reviews.llvm.org/D51442





More information about the lldb-commits mailing list