Cillian O'Donnell 3e187baeb9 covoar: Add symbol set reader and ELF data parser to covoar.
Add ability to organize symbol sets of libraries in INI file
and then read them with covoar and load the symbols directly from the
libraries.

rtems-tools/../testing: Add configuration files for coverage analysis.

A number of covoar options are not required and are defaulted.

Co-author: Krzysztof Miesowicz <krzysztof.miesowicz@gmail.com>
Co-author: Vijay Kumar Banerjee <vijaykumar9597@gmail.com>
Co-author: Chris Johns <chrisj@rtems.org>
2018-05-01 09:00:35 +10:00

20 lines
312 B
Plaintext

This is the list of Explanation Categories used when analyzing RTEMS
Coverage report. By using standard categories, the table filter on
the web site works better.
Simple Test Case
Hard Test Tase
Uncalled Routine
Interrupt Critical Section
Simple Error Case
Hard Error Case
Allocation Error
Bharath Suri