|
From: Yeshurun, M. <mei...@in...> - 2005-08-11 13:53:44
|
Thanks for the warning, but this wasn't such a big investment. I was surprised at how well-organized and documented Valgrind's source code is. Regards, Meir -----Original Message----- From: Nicholas Nethercote [mailto:nj...@cs...]=20 Sent: Thursday, August 11, 2005 4:26 PM To: Yeshurun, Meir Cc: Tom Hughes; val...@li... Subject: RE: [Valgrind-users] Function redirection On Thu, 11 Aug 2005, Yeshurun, Meir wrote: > The purpose of all this is to achieve what the VALGRIND_MALLOCLIKE_BLOCK > macros and friends are supposed to achieve, but without having to touch > the target program and libraries. (Modifying and recompiling Valgrind is > easier, thanks to you guys :) Urk... don't be surprised if this doesn't work in future versions of=20 Valgrind. Relying on internal details like that is pretty gross. N |