|
From: Marco C. <mar...@op...> - 2015-10-28 11:18:59
|
Good morning, I'm new on the list and I would like to ask you something about the Valgrind output. My c++ code uses a lot of templates so the name of the functions are usually huge. When Valgrind finds an error, it prints the type of error and where it happens "at 0x........: name of the function". If the name of the function is too long Valgrind cuts it. Is there a way to change the maximal length of the function name? Thanks. Best regards, Marco |