Add address and reason for IN_PAGE_ERROR.
ACCESS_VIOLATION and IN_PAGE_ERROR both specify read/write/dep flags and address. ACCESS_VIOLATION currently reports these, but IN_PAGE_ERROR does not. This change makes IN_PAGE_ERROR report this information as well, and also the additional NTSTATUS value for the underlying cause. Patch by bungeman@chromium.org Review URL: https://breakpad.appspot.com/1794002/ git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1441 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
@@ -89,6 +89,8 @@
|
||||
'source_line_resolver_base_types.h',
|
||||
'stack_frame_cpu.cc',
|
||||
'stack_frame_symbolizer.cc',
|
||||
'stackwalk_common.cc',
|
||||
'stackwalk_common.h',
|
||||
'stackwalker.cc',
|
||||
'stackwalker_address_list.cc',
|
||||
'stackwalker_address_list.h',
|
||||
@@ -119,6 +121,8 @@
|
||||
'static_map_iterator.h',
|
||||
'static_range_map-inl.h',
|
||||
'static_range_map.h',
|
||||
'symbolic_constants_win.cc',
|
||||
'symbolic_constants_win.h',
|
||||
'synth_minidump.cc',
|
||||
'synth_minidump.h',
|
||||
'tokenize.cc',
|
||||
|
||||
Reference in New Issue
Block a user