aboutsummaryrefslogtreecommitdiff
path: root/default.xml
diff options
context:
space:
mode:
authorMark Mentovai <mark@chromium.org>2020-03-06 10:40:39 -0500
committerMark Mentovai <mark@chromium.org>2020-03-06 17:08:57 +0000
commit52b33b2a4b9f374255817afecc6e7d215fa80f28 (patch)
tree342ab495274f375a6a2845be50d598e8c3bde71d /default.xml
parentAdd "type" option to sym_upload sym-upload-v2 mode. (diff)
downloadbreakpad-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 'default.xml')
-rw-r--r--default.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.xml b/default.xml
index ec1cd045..8e8c6cd5 100644
--- a/default.xml
+++ b/default.xml
@@ -32,7 +32,7 @@
<project path='src/src/third_party/lss'
name='linux-syscall-support/'
- revision='8048ece6c16c91acfe0d36d1d3cc0890ab6e945c'
+ revision='f70e2f1641e280e777edfdad7f73a2cfa38139c7'
remote='chromium' />
<project path='src/src/third_party/protobuf/protobuf'