mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-03-08 04:22:57 +00:00
Add address mask to MinidumpCrashpadInfo.
Support reading both old and new crashpad_info structs. Change-Id: I780792988671683fedfbb5122fe8a14bf0a8b793 Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/3982824 Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
committed by
Justin Cohen
parent
b024566c44
commit
fc1a202855
@@ -1118,6 +1118,8 @@ typedef struct {
|
||||
MDGUID client_id;
|
||||
MDLocationDescriptor simple_annotations; /* MDRawSimpleStringDictionary */
|
||||
MDLocationDescriptor module_list; /* MDRawModuleCrashpadInfoList */
|
||||
uint32_t reserved;
|
||||
uint64_t address_mask;
|
||||
} MDRawCrashpadInfo;
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
|
||||
Reference in New Issue
Block a user