Hi, this is my first post to "valgrind-users@lists.sourceforge.net"…

Hello!!

I have a suggestion for improvement of the "--suppressions" feature…

background:

1. I write a C-library to extend programming-languages like java, tcl, csharp etc…
2. for "memory debugging" and "leakcheck" I use "valgrind"
3. I'm only interested in information about MY library and NOT about everything related to the
   "programming-language-interpreter"

and now my suggestion:

it is possible to generate "--negative-suppressions" ?

1. A "negative-suppression" is a suppression pattern which should be NOT ignored 2. by DEFAULT everything should be IGNORED accept the "negative-suppressions" 3. I would define a "searchable" pattern for my "function" and "file-names" so that
   "valgrind" is able to identify MY information of interest.

thanks.




_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to