Re: handle preserving gcov

2008-07-06 Thread Ben Elliston
> Has anybody in the gcov developer community pondered or done such a > thing? I have pondered it, yes. Although it might not be a particularly helpful answer, have you considered using other tools to get what you want rather than modify gcov and the runtime code? You could run the instrumented

Re: handle preserving gcov

2008-07-03 Thread Janis Johnson
On Thu, 2008-07-03 at 09:37 -0700, Robert Henry wrote: > I'm pondering some extension to gcov and its compile-time and run-time > support. > > I want to be able to run an unchanging instrumented victim binary > multiple times. Each time I run the victim binary I have a > unique invocation handle

handle preserving gcov

2008-07-03 Thread Robert Henry
I'm pondering some extension to gcov and its compile-time and run-time support. I want to be able to run an unchanging instrumented victim binary multiple times. Each time I run the victim binary I have a unique invocation handle. The handle can be an integer; some client of gcov and the driver