From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,cc70bea3e728fd86 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Date: Fri, 08 Sep 2006 13:29:41 +0200 From: Manuel Collado User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: es-ar, es, en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Coverage analysis on Windows References: <1157551477.537998.87160@h48g2000cwc.googlegroups.com> <44fff722@news.upm.es> <1157635383.451254.151600@i42g2000cwa.googlegroups.com> In-Reply-To: <1157635383.451254.151600@i42g2000cwa.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit NNTP-Posting-Host: 138.100.10.20 Message-ID: <45015426@news.upm.es> X-Trace: 8 Sep 2006 13:29:42 +0100, 138.100.10.20 Path: g2news2.google.com!news2.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!aotearoa.belnet.be!news.belnet.be!news.rediris.es!news.upm.es!138.100.10.20 Xref: g2news2.google.com comp.lang.ada:6519 Date: 2006-09-08T13:29:41+02:00 List-Id: ManU escribi�: > Hello, > > Manuel Collado a �crit : > > [ ... I am looking for a windows tool which enables to display gcov > (gcc 3.4.4) coverage results ... ] > > >>'lcov' is just a set of perl scripts. They can be executed in any >>Windows system with a perl interpreter (I've just tested it). > > > lcov processes unix-style paths. > However, our version of gcc and gcov (gcc 3.4.4) encripts windows-style > paths into .obj, .gnco, .gda and .gcov files. Therefore, lcov does not > manage them correctly ... It works on Cygwin. Cygwin is a Windows port of a large set of GNU utilies. Includes a bash shell that provides a unix-like environment. The perl interpreter (and any other utility) from Cygwin understand both forward and backward slashes as path delimiters. > > lcov would need to be fully ported to windows ... It works OK in my WinXP machine via Cygwin. I've just tested a minimal example. Perhaps it needs more thoroughly test. Can you provide a sample code that fails on your machine? I'm willing to test it in my machine. BTW, which Windows port of gcc are you using? Cygwin? GNAT? MinGW? > > If you have knowledge of any port of lcov or any other tool, please let > me know ;o) Sorry, no. > > Cheers, > ManU -- To reply by e-mail, please remove the extra dot in the given address: m.collado -> mcollado