|
From: Oriol P. <aut...@gm...> - 2007-09-03 16:21:10
|
Is it possible to call translated code from an instrumented function? I have an instrumented function inserted with unsafeIRDirty_0_N and from inside this function I want to call a function that is part of the user code. I want to do this because I load with LD_PRELOAD another instrumentation tool at the same time as Valgrind and I want to call a function of this other tool from Valgrind instrumentation function. I understand that this other tool is instrumented by Valgrind like regular user code and I'm not be able to call it directly from Valgrind instrumented functions. Thanks, Oriol |