|
From: Ashley P. <as...@pi...> - 2009-08-31 18:47:24
Attachments:
valgrind-helgrind-tag.patch
|
The attached patch fixes an error in the helgrind xml output, without this a tag is opened as <hthreadid> but closed as </threadid>. This patch changes it to be hthreadid consistently. Ashley, -- Ashley Pittman, Bath, UK. Padb - A parallel job inspection tool for cluster computing http://padb.pittman.org.uk |
|
From: Julian S. <js...@ac...> - 2009-09-03 10:47:14
|
Committed (10881); also the exp-ptrcheck XML output fix (10882). Thanks. J On Monday 31 August 2009, Ashley Pittman wrote: > The attached patch fixes an error in the helgrind xml output, without > this a tag is opened as <hthreadid> but closed as </threadid>. This > patch changes it to be hthreadid consistently. > > Ashley, |