This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
GCC GCOV
- From: Satya Prakash Prasad <satyaprakash dot prasad at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 9 Feb 2012 15:52:45 -0800
- Subject: GCC GCOV
Hi All,
I am a new joinee to this group and a C/C++ developer for around 2
yrs. What interest me most is gcc / gcov combination output. It list
the code execution details.
Is there a possibility that gcc build binaries can print file
name:line number <code> of the code it is executing at run time.
Something like gcov produces after code execution but has to be in
order of execution to benefit projects build from more than one source
code unit. So can the gcov part be built by default and results be
available at runtime in sequence of execution.
Does this requires modification of gcc code - any pointers would help me a lot?
Regards,
Prakash