]> git.ipfire.org Git - thirdparty/valgrind.git/commit
readdwarf3: Skip units without addresses when looking for inlined functions
authorMark Wielaard <mark@klomp.org>
Thu, 16 Sep 2021 20:01:47 +0000 (22:01 +0200)
committerMark Wielaard <mark@klomp.org>
Fri, 24 Sep 2021 20:28:12 +0000 (22:28 +0200)
commit75e3ef0f3b834f75f49333d35b5a040060247b03
treecd36c900f4dc4faaea26041274c488fc74775eb9
parente3f6c6610401ce4dfd87efe54ac87cdaa0b0f9bd
readdwarf3: Skip units without addresses when looking for inlined functions

When a unit doesn't cover any addresses skip it because no actual code
will be inside. Also use skip_DIE instead of read_DIE when not parsing
(skipping) children.
coregrind/m_debuginfo/readdwarf3.c