Home » Developing U++ » U++ TheIDE and Library: Releases and ChangeLogs » Valgrind suppression support added
Re: Valgrind suppression support added [message #16197 is a reply to message #16190] |
Sun, 01 June 2008 19:49   |
Novo
Messages: 1430 Registered: December 2006
|
Ultimate Contributor |
|
|
Another way to pass parameters to valgrind is to create a ".valgrindrc" file either in the root of your home directory or in current working directory.
In order to pass name of the file with suppressions you'll need to add a line below to it.
--suppressions=<file name>
It is also useful to add "--leak_check=all".
One line per option. valgrind doesn't understand shell extensions, so, "~/.upp/ide/valgrind.supp" won't work. You'll need to put "/home/user/.upp/ide/valgrind.supp". If you are creating a ".valgrindrc" in current working directory, it is enough to put "--suppressions=valgrind.supp" in it.
Regards,
Novo
|
|
|
Goto Forum:
Current Time: Mon Sep 01 21:23:40 CEST 2025
Total time taken to generate the page: 0.09269 seconds
|