|
From: <par...@ao...> - 2010-08-04 14:59:38
|
Hi, Is there a way to suppress all stacks originating from a specific function ? For example I have following stack: malloc library function3 library function2 ?? source function4 library function1 source function3 (undefined number of function calls between function 3 and function 2) source function2 source function1 main() Now in suppression file, I want to make such arrangement so that irrespective of number/order of function calls after function2 should get suppressed. Any help would be greatly appreciated. Thanks, Parvez |