]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Added #17 about how to write suppressions.
authorNicholas Nethercote <njn@valgrind.org>
Wed, 20 Aug 2003 11:19:17 +0000 (11:19 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Wed, 20 Aug 2003 11:19:17 +0000 (11:19 +0000)
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

FAQ.txt

diff --git a/FAQ.txt b/FAQ.txt
index 30fe012349b60f41d43667f2be94b40ff37f9d2e..3469afc66a98a11179c580f31c9e4ae520ddd48a 100644 (file)
--- 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.)