mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 22:26:06 +00:00
Newer minidump stream types, like MINIDUMP_THREAD_NAME_LIST, use 64-bit RVAs (which have 64-bit location descriptors) instead of 32-bit RVAs and location descriptors. This adds support to MinidumpWritable for the new 64-bit RVA64 and MINIDUMP_LOCATION_DESCRIPTOR64 types. Bug: crashpad:327 Change-Id: Icd67bca600756a68ef9ba7d5a429f935eebf726f Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/3673776 Commit-Queue: Ben Hamilton <benhamilton@google.com> Reviewed-by: Joshua Peraza <jperaza@chromium.org>