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

2011-05-31 Thread Nicholas Nethercote
On Thu, May 19, 2011 at 2:52 AM, Trevor Spiteri wrote: > Is there a way to omit the parameters from the demangled C++ function > names in valgrind? It would be useful, but I don't know how to do it. Nick -- Simplify dat

[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