Dear all,
can you give me an example on how to create a suppression file for profiling
my programs?

Immagine I have a situation like this:

int main()
{
        foo1();
        foo2();
        foo3();
        return 0;
}

I'd like to suppress ***all problems*** (mem leaks, ...) which can rise from
functions foo1 and foo2. I need to debug only foo3. Could you please give me
an example of the .supp file?

Thanks,
Giuseppe




-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to