From 70ae71fe512439a73ba1fa346fbe6f344a08dfc3 Mon Sep 17 00:00:00 2001 From: Scott Graham Date: Mon, 29 Feb 2016 14:36:08 -0800 Subject: [PATCH] Another Mac fix after 7217cc0a8f26 -- correct bad CrashpadInfo proctype layout Change-Id: Ieb8a45d8ff0526d970829f6a71915edd5a2c750f Reviewed-on: https://chromium-review.googlesource.com/329716 Reviewed-by: Robert Sesek --- snapshot/mac/process_types/crashpad_info.proctype | 3 +++ 1 file changed, 3 insertions(+) diff --git a/snapshot/mac/process_types/crashpad_info.proctype b/snapshot/mac/process_types/crashpad_info.proctype index af30d951..7d5383a3 100644 --- a/snapshot/mac/process_types/crashpad_info.proctype +++ b/snapshot/mac/process_types/crashpad_info.proctype @@ -37,6 +37,9 @@ PROCESS_TYPE_STRUCT_BEGIN(CrashpadInfo) PROCESS_TYPE_STRUCT_MEMBER(uint8_t, padding_0) + // SimpleAddressRangeBag* + PROCESS_TYPE_STRUCT_MEMBER(Pointer, extra_memory_ranges) + // SimpleStringDictionary* PROCESS_TYPE_STRUCT_MEMBER(Pointer, simple_annotations) PROCESS_TYPE_STRUCT_END(CrashpadInfo)