]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Improvements to the suppression mechanism:
authorJulian Seward <jseward@acm.org>
Mon, 3 Nov 2008 23:10:25 +0000 (23:10 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 3 Nov 2008 23:10:25 +0000 (23:10 +0000)
commit53ed6e0dd5c81566d39958f689a3d18e62b0cc83
treec789e1b411ee8f11477f7215dad5ffeb5fd4bfd3
parent79765330c3686f17970145ee3c7f85d47f541704
Improvements to the suppression mechanism:

* Allow frame-level wildcarding in suppressions.  Based on a patch by
  Akos PASZTORY.  Fixes #151612.  With this change, a line "..." in a
  suppression stacktrace matches any number of frames, including zero.

* Show line numbers in syntax errors when parsing supp files.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8725
coregrind/m_errormgr.c