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 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.

Reply via email to