breakpad/src
Mark Mentovai 52b33b2a4b dump_syms: Reintroduce warnings inadvertently removed by 47cd498384
Previously, dump_syms produced warnings whenever a DW_AT_specification
or DW_AT_abstract_origin attribute was a forward reference. 47cd498384
allowed those attributes to carry forward references, removing the
warnings altogether. It was not correct to remove the warnings entirely.
References that do not point to valid DIEs should still produce
warnings, whether a back reference or a forward reference.

This reintroduces those warnings as appropriate.

Bug: google-breakpad:813
Test: dumper_unittest SimpleCU.UnknownAbstractOrigin,Specifications.BadOffset
Change-Id: Ie7222c7a1886bab31423f27e2fbcce93e69625b3
Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/2090103
Reviewed-by: Mike Frysinger <vapier@chromium.org>
2020-03-06 17:08:57 +00:00
..
build Fix MSVC build on 64-bit 2017-09-25 07:10:11 +00:00
client Update Xcode project files to fix build errors. 2020-01-29 18:53:05 +00:00
common dump_syms: Reintroduce warnings inadvertently removed by 47cd498384 2020-03-06 17:08:57 +00:00
google_breakpad Extract the exception record from the minidump 2020-01-03 20:47:38 +00:00
processor android: truncate lower of two overlapping modules 2020-02-21 04:06:35 +00:00
third_party List missing 64-bit arches in the bundled curl 2017-11-13 19:50:29 +00:00
tools Add "type" option to sym_upload sym-upload-v2 mode. 2020-02-27 22:04:31 +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 Only use O_CLOEXEC on platforms that support it 2017-05-10 21:32:37 +00:00