From: Nicholas N. <nj...@ca...> - 2003-06-12 16:20:21
|
On Thu, 12 Jun 2003, Leonard mckinley wrote: > Couple questions. How do I specify a wildcard for multiple > stack frames in a suppression stack. If anyone's used purify, I'm > talking about the equivalent to its "..." syntax. > > For example, in the below error, I want to match on any stack that > matches: <top> ..., __writev, ..., XQueryExtension, ... <bottom> Valgrind doesn't support that, sorry. > Also, is there a way to match on more than 5 stack frames? Unfortunately no. N |