Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Go to previous messageGo to previous message
Novo is currently offline  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
 
Read Message
Read Message
Read Message
Previous Topic: U++ now reads text rendering info from GTK
Next Topic: TheIDE: File index
Goto Forum:
  


Current Time: Mon Sep 01 21:23:40 CEST 2025

Total time taken to generate the page: 0.09269 seconds