Re: Static coverage analysis with 'gcov'.

2006-01-17 Thread Mike Stump
On Jan 9, 2006, at 7:41 AM, [EMAIL PROTECTED] 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 somepl

Static coverage analysis with 'gcov'.

2006-01-09 Thread sjhill
Greetings. Has anyone done or is aware of static coverage analysis tools that can be used with GCC? I know that people have used 'gcov' with the Linux kernel and User Mode Linux (UML) to do analysis with the kernel. I actually want to do coverage analysis on bootloader code from YAMON (used mostly