[Bug 1900] Covoar : adding backend calculating instructions execution count for future gcov support
bugzilla-daemon at rtems.org
bugzilla-daemon at rtems.org
Wed Aug 31 19:48:45 UTC 2011
https://www.rtems.org/bugzilla/show_bug.cgi?id=1900
--- Comment #3 from Pawel <pzagor at agh.edu.pl> 2011-08-31 14:48:45 CDT ---
I think you are right about changing branch booleans into counters. Thats what
I did in second attached patch. Changes are analogical to the ones originally
made for wasExecuted. I've also modified do_coverage script to gather
infromation about object files from which particular symbols originate. Symbol
file will now have format:
symbol_1 path_to_file_1
symbol_2 path_to_file_1
...
symbol_n path_to_file_k
I've propagated this change to source code of covoar for this information to be
properly interpreted. Info about object files is not stored (I'm not yet sure
where I want it), but tests run correctly.
--
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the bugs
mailing list