summaryrefslogtreecommitdiffstats
path: root/tester/covoar/CoverageMapBase.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* covoar: Fix NOP execution markingAlex White2021-03-301-0/+10
| | | | | 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-201/+171
| | | | | | | | | | | | | | | | 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-50/+43
| | | | Updates #3462
* covoar: Use DWARF to map addresses to source files and lines.Chris Johns2018-06-151-21/+20
|
* covoar: Add information to improve diagnostics.Hermann Felbinger2017-08-291-2/+4
|
* covoar: Merger the covoar source from rtems-testing.git.Chris Johns2014-06-181-0/+399
Use waf to build covoar.