Static coverage analysis with 'gcov'.
Mike Stump
mrs@apple.com
Wed Jan 18 03:03:00 GMT 2006
On Jan 9, 2006, at 7:41 AM, sjhill@realitydiluted.com wrote:
> I actually want to do coverage analysis on bootloader code from
> YAMON (used mostly on MIPS board). Obviously, I cannot invoke
> 'gcov' on bootloader code and thus the conundrum.
Don't see why not, just arrange to save it out to memory someplace,
and then run the memory to disk later during boot. You just need to
do up some code to save the data out to the memory buffer at the end
of boot up.
More information about the Gcc
mailing list