|
From: Nicholas N. <nj...@cs...> - 2005-11-15 15:33:45
|
On Fri, 4 Nov 2005, James Begley wrote: > Hmmm ... so thats why the whitespace was screwed up for Memcheck :-) > > The attached patch contains a hack to get round this. The original > function is left unchanged (and is called from within massif (and also > helgrind when that is re-enabled)) and a new version with extra > whitespace has been added, which is called from memcheck. > > With this patch applied, both "valgrind --tool=memcheck --help" and > "valgrind --tool=massif --help" look OK. > > I realise this falls into the category of ugly-brute-force hack. Indeed :) I won't commit this, I don't think it's worth the effort. Thanks for your help. Take a look at http://www.valgrind.org/help/projects.html if you want to do any more stuff like this :) Nick |