|
From: Bart V. A. <bar...@gm...> - 2007-09-12 09:05:46
|
A feature-request: would it be possible to not only print Valgrind's thread-ID but also the thread ID as known by the kernel (result of syscall(__NR_gettid)) ? This is essential in order to be able to correlate a thrcheck error report with a thread. Another possible solution is make it possible to query Valgrind's thread-ID's from within the user program, as is possible with drd. On 9/12/07, sv...@va... <sv...@va...> wrote: > Author: sewardj > Date: 2007-09-12 09:53:35 +0100 (Wed, 12 Sep 2007) > New Revision: 6823 > > Log: > Core-tool interface: give 'needs_tool_errors' an extra Boolean indicating > whether or not the core should print thread id's on error messages. |