Gary-Hobson commented on code in PR #2859: URL: https://github.com/apache/nuttx-apps/pull/2859#discussion_r1851438065
########## system/gcov/gcov.c: ########## @@ -69,6 +69,72 @@ static void gcov_dump(FAR const char * path, FAR const char *strip) __gcov_dump(); } +/**************************************************************************** + * Name: stdout_dump + ****************************************************************************/ + +#ifndef CONFIG_COVERAGE_TOOLCHAIN Review Comment: The toolchain provides the __gcov_dump command, which writes the gcda data to the file system. We cannot output multiple files to stdout (cannot distinguish the file names and contents of multiple files) And not all toolchains support the __gcov_info_to_gcda function, and compiling in the simulator environment will result in an error -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org