]> git.ipfire.org Git - thirdparty/valgrind.git/commit
restructure dwarf3 DIE tracing
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Tue, 17 Jun 2014 20:21:26 +0000 (20:21 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Tue, 17 Jun 2014 20:21:26 +0000 (20:21 +0000)
commitc919ff8a7a93da77e6912933c59f8f68520544f3
treecc248a5f235a97ce8243239c32f19fe192ba8498
parent2ee4ccfb2a4a4e1c548dcecd152b0a1fde3eec50
restructure dwarf3 DIE tracing
* add a trace_DIE function
* use it to trace a bad DIE
  and to trace all DIEs that are (maybe) read

(due to the "avoid read twice" optimisation, the tracing was not
so easy to read anymore => add an explicit trace_DIE call at the beginning
of read_DIE)

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14050
coregrind/m_debuginfo/readdwarf3.c