On Sun, 2008-09-28 at 10:03 +0530, J.P. Gupta wrote:
> I have a C++ server which in turn spawns the child process to do the
> execution of actual task. Using Gcov, I am getting the code coverage
> of the main server(listener) process but the child processes are not
> getting the coverage. Is it a
Hi,
I am not sure if these is due to some incorrect setting on my work environment.
I have a C++ server which in turn spawns the child process to do the execution
of actual task. Using Gcov, I am getting the code coverage of the main
server(listener) process but the child processes are not gett