|
From: Kusuma <kum...@wi...> - 2009-01-05 12:52:17
|
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. Thanks, Regards Kusuma |
|
From: Christoph B. <bar...@or...> - 2009-01-05 17:12:03
|
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 |