Parcourir la source

Add comment about demangling symbols in the suppressions

Mukund Sivaraman il y a 13 ans
Parent
commit
d45ad9c368
2 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 3 0
      src/valgrind-suppressions
  2. 3 0
      src/valgrind-suppressions.revisit

+ 3 - 0
src/valgrind-suppressions

@@ -2,3 +2,6 @@
 # want to reconsider again into this file. For temporary suppressions
 # that we want to revisit in the future, use
 # valgrind-suppressions.revisit.
+#
+# In case you want to make sense of the following symbols, demangle them
+# with a command like: c++filt < valgrind-suppressions

+ 3 - 0
src/valgrind-suppressions.revisit

@@ -1,3 +1,6 @@
 # Place temporary suppressions that we want to revisit in the future
 # into this file. For permanent suppressions that we don't want to look
 # at again, use valgrind-suppressions.
+#
+# In case you want to make sense of the following symbols, demangle them
+# with a command like: c++filt < valgrind-suppressions.revisit