embedded-gcov
embedded-gcov copied to clipboard
GCC/gcov code coverage data extraction from the actual embedded system, without requiring a file system, or an operating system, or standard C libraries.
Results
5
embedded-gcov issues
Sort by
recently updated
recently updated
newest added
Hi, I really appreciate the effort you put into developing embedded gcov code. I am using your code to get coverage data from ARM cortex M4 microcontroller using embedded GCC...
Hi, I tried to make your code run using GCC 12.2 (RISCV target). It seems that the GCC people changed the internal gcov_info struct - between `stamp` and `filename` there...