Re: [patch] gcov intermediate format

2013-06-18 Thread Jan Hubicka
Ping. Th patch is OK, thanks! I see you added gcov.exp file support, do you have a testcases? Honza

Re: [patch] gcov intermediate format

2013-06-18 Thread Sharad Singhai
On Tue, Jun 18, 2013 at 3:28 AM, Jan Hubicka hubi...@ucw.cz wrote: Ping. Th patch is OK, thanks! I see you added gcov.exp file support, do you have a testcases? Yes, I added support for verifying intermediate format in gcov.exp. I also added a minimal testcase for intermediate format in

Re: [patch] gcov intermediate format

2013-06-17 Thread Sharad Singhai
Ping. Thanks, Sharad On Wed, Jun 5, 2013 at 11:18 AM, Sharad Singhai sing...@google.com wrote: Ping. Thanks, Sharad On Tue, May 28, 2013 at 11:35 AM, Sharad Singhai sing...@google.com wrote: Sorry, my patch had bad formatting in one of the functions (output_gcov_file). Here is the

Re: [patch] gcov intermediate format

2013-06-05 Thread Sharad Singhai
Ping. Thanks, Sharad On Tue, May 28, 2013 at 11:35 AM, Sharad Singhai sing...@google.com wrote: Sorry, my patch had bad formatting in one of the functions (output_gcov_file). Here is the corrected version. Thanks, Sharad (2013-05-28sing...@google.com * gcov.c (print_usage): Handle

[patch] gcov intermediate format

2013-05-28 Thread Sharad Singhai
This patch adds an intermediate coverage format ('gcov -i'). This is a compact format as it does not require source files. The new option ('gcov -i') outputs .gcov files in an intermediate text format that can be post-processed by lcov or other tools. It outputs a single *.gcov file per *.gcda

Re: [patch] gcov intermediate format

2013-05-28 Thread Sharad Singhai
Sorry, my patch had bad formatting in one of the functions (output_gcov_file). Here is the corrected version. Thanks, Sharad (2013-05-28sing...@google.com * gcov.c (print_usage): Handle new option. (process_args): Ditto. (get_gcov_intermediate_filename): New function.