From: Nicholas Nethercote Date: Wed, 20 Aug 2003 11:19:17 +0000 (+0000) Subject: Added #17 about how to write suppressions. X-Git-Tag: svn/VALGRIND_2_1_0~214 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f563f81443947dc5e665fa2e691cb18443e79d9b;p=thirdparty%2Fvalgrind.git Added #17 about how to write suppressions. MERGE TO STABLE (along with several other FAQ changes I've made recently but forgot to write this note on) git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1804 --- diff --git a/FAQ.txt b/FAQ.txt index 30fe012349..3469afc66a 100644 --- a/FAQ.txt +++ b/FAQ.txt @@ -357,4 +357,18 @@ A16. It's probably a bug in 'make'. Some, but not all, instances of ----------------------------------------------------------------- +Q17. I tried writing a suppression but it didn't work. Can you + write my suppression for me? + +A17. Yes! Use the --gen-suppressions=yes feature to spit out + suppressions automatically for you. You can then edit them + if you like, eg. combining similar automatically generated + suppressions using wildcards like '*'. + + If you really want to write suppressions by hand, read the + manual carefully. Note particularly that C++ function names + must be _mangled_. + +----------------------------------------------------------------- + (this is the end of the FAQ.)