From: broeker AT acp3bf DOT knirsch DOT de (Hans-Bernhard Broeker) Newsgroups: comp.os.msdos.djgpp Subject: Re: Looking for gcov Date: 20 Nov 1999 16:55:35 +0100 Organization: RWTH Aachen, III. physikalisches Institut B Lines: 18 Message-ID: <816g9n$r6k@acp3bf.knirsch.de> References: <937Z3.56792$Jp4 DOT 81169 AT news20 DOT bellglobal DOT com> NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 943113339 15996 137.226.32.75 (20 Nov 1999 15:55:39 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 20 Nov 1999 15:55:39 GMT X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Derek Battams (dbattams AT canada DOT com) wrote: > Is there a port of the gcov code coverage utility available with the DJGPP > distribution? If so where can I find it? I tried to look for it on the FTP > site, but couldn't find it. If at all, gcov would be right in the gcc*b.zip package, not in any separate one, as it comes as a part of the gcc sources, originally. However, gcov style coverage analysis had not been made to work on DJGPP, yet, last I looked. I've tried to use it, but executables compiled with the -fprofile-arcs flag reliably crash on me, so I got to assume there's something fundamentally broken. 'gcc -a' style basic block profiling does work, however. So if you need coverage analysis, you can use that. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.