Re: [Valgrind-users] Valgrind-users Digest, Vol 60, Issue 11

2011-05-19 Thread Trevor Spiteri
On 19/05/2011 18:28, Timur Iskhodzhanov wrote: >> Is there a way to omit the parameters from the demangled C++ function >> names in valgrind? Templates cause long lines, which then become >> difficult to read, and using --demangle=no doesn't help much, mangled >> function names are still long and n

[Valgrind-users] excluding parameters from demangled C++ function names

2011-05-18 Thread Trevor Spiteri
Is there a way to omit the parameters from the demangled C++ function names in valgrind? Templates cause long lines, which then become difficult to read, and using --demangle=no doesn't help much, mangled function names are still long and not much easier to read. For example, if function foo ta