mirror of
https://github.com/yuzu-emu/breakpad
synced 2024-11-22 20:33:48 +00:00
52b33b2a4b
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>
43 lines
1.3 KiB
XML
43 lines
1.3 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<!-- AUTOGENERATED BY deps-to-manifest.py; DO NOT EDIT -->
|
|
<manifest>
|
|
|
|
<default revision='refs/heads/master'
|
|
remote='chromium'
|
|
sync-c='true'
|
|
sync-j='8' />
|
|
|
|
<remote name='github'
|
|
fetch='https://github.com/'
|
|
review='' />
|
|
|
|
<remote name='chromium'
|
|
fetch='https://chromium.googlesource.com/'
|
|
review='https://chromium-review.googlesource.com' />
|
|
|
|
<project path='src'
|
|
name='breakpad/breakpad'
|
|
revision='refs/heads/master'
|
|
remote='chromium' />
|
|
|
|
<project path='src/src/tools/gyp'
|
|
name='external/gyp/'
|
|
revision='324dd166b7c0b39d513026fa52d6280ac6d56770'
|
|
remote='chromium' />
|
|
|
|
<project path='src/src/testing'
|
|
name='google/googletest.git'
|
|
revision='5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081'
|
|
remote='github' />
|
|
|
|
<project path='src/src/third_party/lss'
|
|
name='linux-syscall-support/'
|
|
revision='f70e2f1641e280e777edfdad7f73a2cfa38139c7'
|
|
remote='chromium' />
|
|
|
|
<project path='src/src/third_party/protobuf/protobuf'
|
|
name='google/protobuf.git'
|
|
revision='cb6dd4ef5f82e41e06179dcd57d3b1d9246ad6ac'
|
|
remote='github' />
|
|
|
|
</manifest>
|