mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-31 01:43:03 +08:00
Scott Graham
d3bdb23ffe
Use MEMORY_BASIC_INFORMATION64 rather than a custom MemoryInfo
We already use all the shared constants for page protection and type, so rather than making various incompatible structures, just use the MEMORY_BASIC_INFORMATION64 one directly, so that it can be directly used. R=mark@chromium.org BUG=crashpad:20, crashpad:46 Review URL: https://codereview.chromium.org/1375313005 .
Description
Languages
C++
92.6%
Objective-C++
2.5%
C
2%
Python
1.7%
Assembly
0.9%
Other
0.3%