Am Montag, 5. Januar 2009 schrieb Kusuma: > Hi, > > Is there any way to run valgrind for an already running process by > giving its pid? like how we can continue with the process using gdb with > option -p and giving its pid.
This is not possible. You have to start the program under valgrind. Christoph ------------------------------------------------------------------------------ _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
