Mail Archives: djgpp-workers/2001/03/19/06:54:06
On 19 Mar 2001, at 13:26, Eli Zaretskii wrote:
>
> On Mon, 19 Mar 2001 pavenis AT lanet DOT lv wrote:
>
> > gcov.exe is working (but requires LFN for that).
>
> Great! Thanks for making this happen!
Here we should thank to Hans Bernhard Broeker at first. I only applied
his patches.
> Are there any switches to gcov and/or gcc that can be used to make
> coverage analysis work without LFN support? If no such options exist, it
> would be nice to add something to allow gcov to be used without LFN, at
> least in the next version of GCC. Otherwise, portions of code that only
> run on non-LFN platforms cannot be analyzed for coverage.
gcov generates name of output file by appending to name ".gcov".
So for foo.c we're getting foo.c.gcov.
Andris
- Raw text -