|
From: Mathieu L. <mat...@gm...> - 2010-01-23 07:17:14
|
hi, Is there a way to make valgrind display the errors it suppresses ? i.e., I can see how -v shows me the list of suppressions which are active in a run but I would like to see the errors which are suppressed by each of these active suppressions. Mathieu -- Mathieu Lacage <mat...@gm...> |
|
From: Mathieu L. <mat...@gm...> - 2010-01-23 11:19:17
|
For the record, in case someone stumbles upon this, I had to add a couple of printfs in valgrind to get this, but it worked nicely :) Mathieu On Sat, Jan 23, 2010 at 8:17 AM, Mathieu Lacage <mat...@gm...>wrote: > hi, > > Is there a way to make valgrind display the errors it suppresses ? i.e., I > can see how -v shows me the list of suppressions which are active in a run > but I would like to see the errors which are suppressed by each of these > active suppressions. > > Mathieu > -- > Mathieu Lacage <mat...@gm...> > -- Mathieu Lacage <mat...@gm...> |