diff options
author | Mark Mentovai <mark@chromium.org> | 2020-03-06 10:40:39 -0500 |
---|---|---|
committer | Mark Mentovai <mark@chromium.org> | 2020-03-06 17:08:57 +0000 |
commit | 52b33b2a4b9f374255817afecc6e7d215fa80f28 (patch) | |
tree | 342ab495274f375a6a2845be50d598e8c3bde71d /src/client | |
parent | Add "type" option to sym_upload sym-upload-v2 mode. (diff) | |
download | breakpad-52b33b2a4b9f374255817afecc6e7d215fa80f28.tar.xz |
dump_syms: Reintroduce warnings inadvertently removed by 47cd498384fd
Previously, dump_syms produced warnings whenever a DW_AT_specification
or DW_AT_abstract_origin attribute was a forward reference. 47cd498384fd
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>
Diffstat (limited to 'src/client')
0 files changed, 0 insertions, 0 deletions