1
0
Fork 0
mirror of https://github.com/yuzu-emu/breakpad.git synced 2025-03-06 17:39:52 +00:00
breakpad/src
Zequan Wu 6842fa5aa8 Set addr_base_ before parsing attributes.
If there is an address index reference to .debug_addr section before
DW_AT_addr_base, addr_base_ will be 0. It will retrieve wrong address.
An example could be DW_AT_loc_pc occurs before DW_AT_addr_base.

Change-Id: Id2b337f5235470cc9beaf05a62efebbde797dacf
Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/2900806
Reviewed-by: Joshua Peraza <jperaza@chromium.org>
2021-05-17 23:03:02 +00:00
..
build Fix MSVC build on 64-bit 2017-09-25 07:10:11 +00:00
client core_handler: coredump handler to produce minidump 2020-11-23 23:15:15 +00:00
common Set addr_base_ before parsing attributes. 2021-05-17 23:03:02 +00:00
google_breakpad processor: subtract 1 from return pointers while scanning 2020-08-14 17:26:39 +00:00
processor Consistently call BaseName() in various Usage() functions. 2021-04-07 20:37:52 +00:00
third_party List missing 64-bit arches in the bundled curl 2017-11-13 19:50:29 +00:00
tools Consistently call BaseName() in various Usage() functions. 2021-04-07 20:37:52 +00:00
breakpad_googletest_includes.h test: allow use of system gmock/gtest libs 2016-01-25 19:27:56 -05:00
config.h.in Do not build core_handler unless memfd_create is available 2020-12-21 22:07:02 +00:00