This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

set operations on gcov output


Hi,

I did some searching, but couldn't find anything on this concept. I am
wondering if anyone is aware of a tool, or if maybe this is a
capability already embedded in gcov/lcov that I'm can't find.

I have two penetration testers / fuzzers, I want to produce lcov
reports that show their differences. I.e, what code was covered by
both, and also unique coverage for each so I can compare the two for a
paper.

Can someone familiar with these tools suggest a strategy? I'm totally
up for writing a tool myself, just curious what the experts think the
easiest path is.

thanks!


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]