Hello, I am trying to use gcov with NuttX simulator, to have code coverage reports generated.
I have enabled CONFIG_ARCH_COVERAGE and the executable is properly build and run. The .gcno files are properly generated. However, the needed .gcda files are not generated. Usually these are generated when the executable exits gracefully. But there is no way to terminate the simulator gracefully. How do you use code coverage with NuttX?