Re: [Valgrind-users] C++ function wrapping and other questions

2009-06-23 Thread Nicholas Nethercote
On Wed, Jun 24, 2009 at 2:49 PM, Venky Venkatesh (venky) wrote: > > [VV]: the original functions that I want to wrap (and call from the > wrapper via an if-then-else) do not have the standard set of supported > signatures (I mean the CALL_FN_*_*). With this limitation, I cannot call > the original

Re: [Valgrind-users] C++ function wrapping and other questions

2009-06-23 Thread Venky Venkatesh (venky)
Nick, Pls see inline for [VV] for clarification Thanx, -Venky > -Original Message- > From: Nicholas Nethercote [mailto:n.netherc...@gmail.com] > Sent: Tuesday, June 23, 2009 8:28 PM > To: Venky Venkatesh (venky) > Cc: valgrind-users@lists.sourceforge.net > Subject: Re: [Valgrind-users] C

Re: [Valgrind-users] C++ function wrapping and other questions

2009-06-23 Thread Nicholas Nethercote
On Wed, Jun 24, 2009 at 12:47 PM, Venky Venkatesh (venky) wrote: > Nick, > Thanks for the prompt response. > I would very much like your input on one of the other question in my > original mail (reproduced below) -- I am looking for *any* strategies to > solve the problem at hand using valgrind: >

Re: [Valgrind-users] C++ function wrapping and other questions

2009-06-23 Thread Venky Venkatesh (venky)
Nick, Thanks for the prompt response. I would very much like your input on one of the other question in my original mail (reproduced below) -- I am looking for *any* strategies to solve the problem at hand using valgrind: "#6. i noticed one of the caveats was the limited number of options available