Re: [gcov v2 00/14] Add merge-stream subcommand to gcov-tool

2022-04-26 Thread Martin Liška
On 4/25/22 09:09, Sebastian Huber wrote: > This patch set is for GCC 13. > > The aim is to better support gcov in free-standing environments. For example, > you can run a test executable which dumps all gcov info objects in a serial > data stream using __gcov_info_to_gcda() and the new __gcov_file

[gcov v2 00/14] Add merge-stream subcommand to gcov-tool

2022-04-25 Thread Sebastian Huber
This patch set is for GCC 13. The aim is to better support gcov in free-standing environments. For example, you can run a test executable which dumps all gcov info objects in a serial data stream using __gcov_info_to_gcda() and the new __gcov_filename_to_gcfn(). It could be encoded as base64. It c