From: aotto <aot...@t-...> - 2019-02-21 17:23:41
|
Hi, this is my first post to "val...@li..."… 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. |