Re: [PATCH 8/N][RFC] GCOV: support multiple functions per a line

2017-10-26 Thread Nathan Sidwell
On 10/26/2017 04:44 AM, Martin Liška wrote: Hi. As mentioned in cover letter this patch was main motivation for the whole series. Currently we have a list of lines (source_info::lines) per a source file. That's changed in the patch, now each functions has: map> source_lines; Thus separate lines

[PATCH 8/N][RFC] GCOV: support multiple functions per a line

2017-10-26 Thread Martin Liška
Hi. As mentioned in cover letter this patch was main motivation for the whole series. Currently we have a list of lines (source_info::lines) per a source file. That's changed in the patch, now each functions has: map> source_lines; Thus separate lines for function for each source file the functio