summaryrefslogtreecommitdiffstats
path: root/tester/covoar (follow)
Commit message (Expand)AuthorAgeFilesLines
* covoar: Split symbols by symbol setAlex White2021-04-069-402/+542
* covoar: Fix off-by-one in Coverage::finalizeSymbol()Alex White2021-04-021-5/+4
* covoar/Reports: Fix empty branch reportAlex White2021-03-302-55/+39
* covoar: Fix overflow of high PC addressAlex White2021-03-301-0/+5
* covoar: Catch exceptional caseAlex White2021-03-301-0/+10
* covoar: Fix null pointer dereferenceAlex White2021-03-301-3/+6
* coverage/reports: Share common JS and CSS in reportsAlex White2021-03-301-2/+2
* coverage/reports: Improve formatting and clarityAlex White2021-03-304-103/+158
* covoar/reports: Add new statistics to summaryAlex White2021-03-303-9/+71
* covoar: Handle periods in symbols from objdumpAlex White2021-03-303-5/+25
* covoar: Fix DWARF readingAlex White2021-03-302-58/+82
* covoar/TargetBase: Fix QEMU branch infoAlex White2021-03-301-2/+2
* covoar/CoverageReaderQEMU: Fix infinite loopAlex White2021-03-301-1/+8
* covoar/Target_arm: Add THUMB branch instructionsAlex White2021-03-301-0/+34
* covoar/Target_i386: Add NOP patternsAlex White2021-03-301-0/+9
* covoar: Fix NOP execution markingAlex White2021-03-307-36/+139
* covoar: Add aarch64 targetAlex White2021-03-304-0/+180
* covoar/TargetBase: Rename branchInstructions to conditionalBranchInstructionsAlex White2021-03-309-181/+185
* covoar/wscript: Install covoar.css and table.jsVijay Kumar Banerjee2020-01-281-0/+1
* waf: Update the check_cc tests to a newer method supported by waf.Chris Johns2019-05-272-3/+11
* Coverage : Add coverage support for RISCVVijay Kumar Banerjee2019-02-124-1/+182
* covoar: wrong symbol length in coverage mapJiri Gaisler2019-01-252-2/+2
* covoar: enable -f switch to select other coverage formatsJiri Gaisler2019-01-251-1/+2
* covoar: debug print-out of addresses should be in hexJiri Gaisler2019-01-251-0/+1
* tester/coverage: Remove warnings in covoar on Windows.Chris Johns2018-11-293-76/+65
* Coverage : install covoar in tester/binVijay Kumar Banerjee2018-11-271-0/+1
* covoar: Close the ELF and DWARF handles once the data is loaded.Chris Johns2018-08-211-8/+17
* tester/covoar: Integrate DWARF function data.Chris Johns2018-08-078-428/+381
* covoar: Address kill() on CygwinJoel Sherrill2018-06-222-2/+2
* covoar: Covert CoverageMapBase C to C++Chris Johns2018-06-213-77/+69
* tester: Correct usage for covoar.Chris Johns2018-06-181-1/+1
* tester/covoar: ExecutableInfo C to C++ change.Chris Johns2018-06-181-3/+3
* tester/covoar: Remove all exit() calls and throw an rld::error exception.Chris Johns2018-06-1823-649/+608
* covoar: Add libdwarf to the include path.Chris Johns2018-06-151-0/+1
* covoar: Control the RLD verbose level from the -v option.Chris Johns2018-06-151-1/+2
* covoar: Refactor DesiredSymbols.cc to C++11.Chris Johns2018-06-151-289/+210
* covoar: Use DWARF to map addresses to source files and lines.Chris Johns2018-06-157-191/+127
* tester/covoar: Do not load an executable's local symbols.Chris Johns2018-05-251-4/+0
* covoar: Fix build path checks for multiple executables.Cillian O'Donnell2018-05-141-7/+3
* tester/covoar: Remove the C part of main and convert to C++Chris Johns2018-05-011-145/+98
* covoar: Add symbol set reader and ELF data parser to covoar.Cillian O'Donnell2018-05-018-185/+300
* tester/covoar/covoar.cc: Add missing throw keywordJoel Sherrill2018-01-021-1/+1
* tester/covoar/covoar.cc: Exit using exit() rather than just throwing.Joel Sherrill2017-12-051-4/+4
* tester/covoar/covoar.cc: Clean up formatting (tabs, braces, indentation, etc)Joel Sherrill2017-12-051-107/+114
* tester/covoar: Use standard waf modules for linking.Chris Johns2017-10-131-4/+7
* tester/covoar/DesiredSymbols.cc: Now compiles on CygwinJoel Sherrill2017-09-141-0/+4
* covoar: Add function defs to fix Windows build errors.Cillian O'Donnell2017-09-144-3/+11
* Add Windows includes so the rtemstoolkit builds.Chris Johns2017-09-111-5/+8
* covoar: Remove config file and test critical options are valid.Cillian O'Donnell2017-08-292-102/+63
* covoar/CoverageReaderQEMU.cc: Remove trace block matching check.Cillian O'Donnell2017-08-291-15/+0