|
From: Matthias S. <zz...@ge...> - 2013-07-25 09:44:10
|
On 07.11.2012 16:54, Matthias Schwarzott wrote: > Hi! > > I wonder if it would be good to have valgrind remember the names of the > threads. > Our application sets the name of the threads using I finally managed to create a ticket with the current version of the patch attached: https://bugs.kde.org/show_bug.cgi?id=322254 Remaining open issues: * The thread info tid+name is not printed if it is still the same thread but the name changed. * The thread info is not printed if it is a different thread, but the tid is the same (see https://bugs.kde.org/show_bug.cgi?id=322258). * The first thread is called "main", but it could get the name of the real executable (as without valgrind). * The gdb test stdout filter does not like the changed output of "info threads". * For drd/helgrind, copy the name over to the thread structures of the tool (to also keep it after a thread has terminated). Regards Matthias |