mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 22:26:06 +00:00
Makes !vprot work in windbg, e.g. 0:000> !vprot 0x970000 BaseAddress: 00970000 AllocationBase: 00970000 AllocationProtect: 00000004 PAGE_READWRITE RegionSize: 00001000 State: 00001000 MEM_COMMIT Protect: 00000001 PAGE_NOACCESS Type: 00020000 MEM_PRIVATE ... 0:000> !vprot 0x97a000 BaseAddress: 0097a000 AllocationBase: 00970000 AllocationProtect: 00000004 PAGE_READWRITE RegionSize: 00001000 State: 00001000 MEM_COMMIT Protect: 00000140 PAGE_EXECUTE_READWRITE + PAGE_GUARD Type: 00020000 MEM_PRIVATE Follows https://codereview.chromium.org/1377133006. R=mark@chromium.org BUG=crashpad:20, crashpad:46 Review URL: https://codereview.chromium.org/1379873005 .
Description
Languages
C++
92.5%
Objective-C++
2.5%
C
2%
Python
1.8%
Assembly
0.9%
Other
0.3%