]> sourceware.org Git - valgrind.git/commit
avoid warning about missing DW_AT_*_base in skip_DIE()
authorLuboš Luňák <l.lunak@centrum.cz>
Mon, 25 Apr 2022 20:11:27 +0000 (22:11 +0200)
committerMark Wielaard <mark@klomp.org>
Mon, 13 Jun 2022 16:12:14 +0000 (18:12 +0200)
commit383f36462fdc25a0e849391cf845e22703a95c08
treecd02a1c9876c31f3e7e8e369a10aa05d78b81b74
parent61dfba4232d795c00603c74e6d0573f2d16641e2
avoid warning about missing DW_AT_*_base in skip_DIE()

Similarly to setup_cu_bases(), DW_FORM_addrx etc. may depend
on DW_AT_addr_base etc. that have not been read yet.
coregrind/m_debuginfo/readdwarf3.c
This page took 1.497167 seconds and 5 git commands to generate.