|
From: Nicholas N. <nj...@cs...> - 2005-11-21 16:59:54
|
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
Nick
|