]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Find the name of the inlined function through a DW_AT_specification
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 21 Jun 2014 12:41:48 +0000 (12:41 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 21 Jun 2014 12:41:48 +0000 (12:41 +0000)
commita2ea73704686f0afed0da49fd85f8838b2956463
tree1732bc0af21861d56deb9c7485df31a070f23104
parentcdfd3be6b7cd27cdb27ab17faa61350680ecacaf
Find the name of the inlined function through a DW_AT_specification
The name is not necessarily found in the abstract origin, it can be
in a referred to specification.

If both a name and a DW_AT_specification is found in the abstract origin,
the name will have priority over the name of the specification.
(unclear if that can happen)

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14076
coregrind/m_debuginfo/readdwarf3.c
memcheck/tests/Makefile.am
memcheck/tests/inltemplate.cpp [new file with mode: 0644]
memcheck/tests/inltemplate.stderr.exp [new file with mode: 0644]
memcheck/tests/inltemplate.stdout.exp [new file with mode: 0644]
memcheck/tests/inltemplate.vgtest [new file with mode: 0644]