Re: [Valgrind-users] writing a function wrapper for valgrind on Android

2013-11-13 Thread Philippe Waroquiers
On Mon, 2013-11-11 at 03:07 +, Jun Yuan wrote: > Hello, > > >From what I understand about the document, I will have to put > LD_PRELOAD=/pathtowrapper/libwrapper.so before launching valgrind through > "exec /data/local/Inst/bin/valgrind $VALPARAMS $*". My question is, I suppose > I will have

[Valgrind-users] writing a function wrapper for valgrind on Android

2013-11-10 Thread Jun Yuan
Hello, >From what I understand about the document, I will have to put LD_PRELOAD=/pathtowrapper/libwrapper.so before launching valgrind through "exec /data/local/Inst/bin/valgrind $VALPARAMS $*". My question is, I suppose I will have to compile my wrapper.c using the exact same configuration used