On 3/24/22 11:51, Sebastian Huber wrote:
Maybe we could add the file path into the gcov information stream using a new tag:#define GCOV_TAG_GCDA_FILE_NAME ((gcov_unsigned_t)0xa5000000) Then the complete gcov information can be dumped using a single base64 encoded stream. We could add some support to the gcov-tool to read this stream and merge it into gcda files.
I would support such patch! Thanks, Martin