Re: [Valgrind-users] C++ function wrapping: wrong mangled names

2010-07-20 Thread Dan Kegel
On Tue, Jul 20, 2010 at 7:33 AM, Patrick Heckeler hecke...@informatik.uni-tuebingen.de wrote: Is there any other possibility to wrap C++ functions? Well, you could use extern C on that one function to disable the mangling, but you already knew that. (And it won't work if you have several

Re: [Valgrind-users] C++ function wrapping: wrong mangled names

2010-07-20 Thread Bart Van Assche
On Tue, Jul 20, 2010 at 5:43 PM, Patrick Heckeler hecke...@informatik.uni-tuebingen.de wrote: On 20 July 2010 17:13, Dan Kegel d...@kegel.com wrote: On Tue, Jul 20, 2010 at 7:33 AM, Patrick Heckeler hecke...@informatik.uni-tuebingen.de wrote: Is there any other possibility to wrap C++