|
From: Ashley P. <as...@qu...> - 2005-11-23 11:28:04
|
On Mon, 2005-11-21 at 10:59 -0600, Nicholas Nethercote wrote: > On Mon, 21 Nov 2005, Tom Hughes wrote: > > > You can use wildcards in the suppression call chain - the default > > suppression files use * quite a lot for example. > > Perhaps Neal meant wildcards not in individual call stack elements, but in > the chain itself, eg: > > foo > bar > ... // match multiple entries > baz That would be a very useful improvement. Most of my suppressions have to be repeated three or four times which could be avoided with this. Often the wildcard needs to be at the bottom of the stack (top when you look at it this way round). Ashley, |