]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Ability to add suppressions based on source file name and line number.
authorIvo Raisr <ivosh@ivosh.net>
Mon, 25 Jun 2018 19:52:08 +0000 (21:52 +0200)
committerIvo Raisr <ivosh@ivosh.net>
Tue, 26 Jun 2018 04:36:12 +0000 (06:36 +0200)
commit410d736a9928f535e2591c9d5f32e8e0941f96d8
tree5c392575d615ad7f4f67877640b9dc4be21f8dcc
parent9c5d762904862db0d90fb0142ac1b12d5647f607
Ability to add suppressions based on source file name and line number.

Fixes BZ#390471.
Patch based on work by: Jeff Frontz <jeff.frontz@gmail.com> and Joseph M Link.
12 files changed:
NEWS
coregrind/m_errormgr.c
docs/xml/manual-core.xml
memcheck/tests/Makefile.am
memcheck/tests/suppsrc_lineno.stderr.exp [new file with mode: 0644]
memcheck/tests/suppsrc_lineno.stdout.exp [new file with mode: 0644]
memcheck/tests/suppsrc_lineno.supp [new file with mode: 0644]
memcheck/tests/suppsrc_lineno.vgtest [new file with mode: 0644]
memcheck/tests/suppsrc_sanlineno.stderr.exp [new file with mode: 0644]
memcheck/tests/suppsrc_sanlineno.stdout.exp [new file with mode: 0644]
memcheck/tests/suppsrc_sanlineno.supp [new file with mode: 0644]
memcheck/tests/suppsrc_sanlineno.vgtest [new file with mode: 0644]