Improve JSON format: add function names for lines.
commit52eba77915ed77da53928905a731840249cf45d5
authorMartin Liska <mliska@suse.cz>
Mon, 11 Mar 2019 11:48:49 +0000 (11 12:48 +0100)
committerMartin Liska <marxin@gcc.gnu.org>
Mon, 11 Mar 2019 11:48:49 +0000 (11 11:48 +0000)
tree6e8653e59a9f286bdbd1b37d03682be267c93864
parentcb90c0014070f4ace5bb88258b31c1d654162306
Improve JSON format: add function names for lines.

2019-03-11  Martin Liska  <mliska@suse.cz>

* gcov.c (output_intermediate_json_line): Print function
name of each line.
(output_json_intermediate_file): Add new argument.
* doc/gcov.texi: Document the change.

From-SVN: r269581
gcc/ChangeLog
gcc/doc/gcov.texi
gcc/gcov.c