On Thu, Jul 30, 2009 at 5:06 AM, Bob
Friesenhahn wrote:
> On Wed, 29 Jul 2009, Ralf Wildenhues wrote:
>>
>> My guess would be that coverage support is not suited for unloading
>> plugins. Maybe you can get more information about this on the gcc-help
>> mailing list.
>
> It seems likely that the co
On Wed, 29 Jul 2009, Ralf Wildenhues wrote:
My guess would be that coverage support is not suited for unloading
plugins. Maybe you can get more information about this on the gcc-help
mailing list.
It seems likely that the counters for the functions and arcs are
allocated within the instrumen
Hello Thomas,
* Thomas Moulard wrote on Mon, Jul 27, 2009 at 11:43:24AM CEST:
> I am trying to integrate gcov into my buildchain but I ran into the
> following problem: if I compile my Autoconf/Automake/Libtool package
> using -fprofile-arcs and -ftest-coverage, the program produces a
Hello,
I am trying to integrate gcov into my buildchain but I ran into the
following problem:
if I compile my Autoconf/Automake/Libtool package using -fprofile-arcs
and -ftest-coverage, the
program produces a segv at the end of the execution.
This program load a ltdl plug-in, do a simple thing and
Hello Baurzhan,
* Baurzhan Ismagulov wrote on Fri, Sep 22, 2006 at 03:28:09PM CEST:
> > > When I call gcov under /dir/build, it says "stamp mismatch with graph
> > > file" (perhaps the *.gc* files do not match a.o?). So I call it from
> > > /dir/build/.lib
Hello Ralf,
thanks much for your prompt answer!
On Fri, Sep 22, 2006 at 02:59:15PM +0200, Ralf Wildenhues wrote:
> > When I call gcov under /dir/build, it says "stamp mismatch with graph
> > file" (perhaps the *.gc* files do not match a.o?). So I call it from
> > /d
Hello Baurzhan,
* Baurzhan Ismagulov wrote on Fri, Sep 22, 2006 at 02:19:32PM CEST:
> /dir/
> /dir/build/
> /dir/build/.libs/
> /dir/build/.libs/a.o
> /dir/prj/
> /dir/prj/a/
> /dir/prj/a/a.c
>
> When I call gcov under /dir/build, it says "stamp mismatch with
Hello all,
I use libtool 1.5.22 in my project. I have the following directory
structure:
/dir/
/dir/build/
/dir/build/.libs/
/dir/build/.libs/a.o
/dir/build/a.lo
/dir/build/a.o
/dir/prj/
/dir/prj/a/
/dir/prj/a/a.c
When I call gcov under /dir/build, it says "stamp mismatch with graph