|
From: manik s. <she...@gm...> - 2014-02-05 11:01:48
|
Hi, I have an application which is started by a shell script. But before that application is forked , there are many daemon processes started by the start shell script. Unfortunately, when I use valgrind to initiate the start script with "--trace-children" enabled, the script exits at some point while starting a particular daemon. My question is, can I simply give my interested executable in the command line, so that valgrind run everything smoothly but only instruments the given executable of interest. ??? thanks, sheeri |