|
From: Janne H. <jjh...@gm...> - 2006-10-06 09:01:40
|
> I'd like to be able to control my tool from inside my instrumented > application. I thought that a pretty easy interface for this would be > to register my own software interrupt handler. This way I could > control my tool with a couple of syscalls. Is there an easier way to > do this? I'd rather not make the instrumented app depend on valgrind > header files to make it easier to build. Looks like I came into this conclusion a bit hastily. Reading through the documentation & code has convinced me that using the valgrind client request mechanism is a better way to control my tool. Janne |