]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Ignore structure members with no location - thiscan happen with static
authorTom Hughes <tom@compton.nu>
Mon, 3 Aug 2009 14:39:54 +0000 (14:39 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 3 Aug 2009 14:39:54 +0000 (14:39 +0000)
commit213ac85a9899441d40c871b7b556ae25feb23b3b
treeedc5454c1ce2f8fb74bc3a59c2f136aeefcbbb35
parentc0d8b0fce52011e0aededb55cc0766e5a4706930
Ignore structure members with no location - thiscan happen with static
const members in C++ code which are compile time constants that do no
exist in the class. They're not of any interest to us so we ignore them.

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