summaryrefslogtreecommitdiffstats
path: root/tester/covoar/CoverageMapBase.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* covoar: Fix NOP execution markingAlex White2021-03-301-0/+4
| | | | | Some NOP instructions were not being marked as executed because they are located at the end of uncovered ranges. This has been fixed.
* tester/covoar: Integrate DWARF function data.Chris Johns2018-08-071-82/+103
| | | | | | | | | | | | | | | | Use DAWRF function data to create the executable coverage maps. Integrate the existing objdump processing with this data. - Refactor CoverageMapBase to have the address ranges and address info as separate objects. Move the to address info into a vector. Add support for multiple address ranges. - DesiredSymbols is only interested in function symbols. - ExecutableInfo creates coverage maps from DWARF function data. - Add warning flags to the covoar build. - Varous C++11 refactoring.
* covoar: Covert CoverageMapBase C to C++Chris Johns2018-06-211-24/+23
| | | | Updates #3462
* covoar: Add information to improve diagnostics.Hermann Felbinger2017-08-291-2/+9
|
* covoar: Merger the covoar source from rtems-testing.git.Chris Johns2014-06-181-0/+411
Use waf to build covoar.