summaryrefslogtreecommitdiffstats
path: root/tester/covoar (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-06covoar: Split symbols by symbol setAlex White9-402/+542
2021-04-02covoar: Fix off-by-one in Coverage::finalizeSymbol()Alex White1-5/+4
2021-03-30covoar/Reports: Fix empty branch reportAlex White2-55/+39
2021-03-30covoar: Fix overflow of high PC addressAlex White1-0/+5
2021-03-30covoar: Catch exceptional caseAlex White1-0/+10
2021-03-30covoar: Fix null pointer dereferenceAlex White1-3/+6
2021-03-30coverage/reports: Share common JS and CSS in reportsAlex White1-2/+2
2021-03-30coverage/reports: Improve formatting and clarityAlex White4-103/+158
2021-03-30covoar/reports: Add new statistics to summaryAlex White3-9/+71
2021-03-30covoar: Handle periods in symbols from objdumpAlex White3-5/+25
2021-03-30covoar: Fix DWARF readingAlex White2-58/+82
2021-03-30covoar/TargetBase: Fix QEMU branch infoAlex White1-2/+2
2021-03-30covoar/CoverageReaderQEMU: Fix infinite loopAlex White1-1/+8
2021-03-30covoar/Target_arm: Add THUMB branch instructionsAlex White1-0/+34
2021-03-30covoar/Target_i386: Add NOP patternsAlex White1-0/+9
2021-03-30covoar: Fix NOP execution markingAlex White7-36/+139
2021-03-30covoar: Add aarch64 targetAlex White4-0/+180
2021-03-30covoar/TargetBase: Rename branchInstructions to conditionalBranchInstructionsAlex White9-181/+185
2020-01-28covoar/wscript: Install covoar.css and table.jsVijay Kumar Banerjee1-0/+1
2019-05-27waf: Update the check_cc tests to a newer method supported by waf.Chris Johns2-3/+11
2019-02-12Coverage : Add coverage support for RISCVVijay Kumar Banerjee4-1/+182
2019-01-25covoar: wrong symbol length in coverage mapJiri Gaisler2-2/+2
2019-01-25covoar: enable -f switch to select other coverage formatsJiri Gaisler1-1/+2
2019-01-25covoar: debug print-out of addresses should be in hexJiri Gaisler1-0/+1
2018-11-29tester/coverage: Remove warnings in covoar on Windows.Chris Johns3-76/+65
2018-11-27Coverage : install covoar in tester/binVijay Kumar Banerjee1-0/+1
2018-08-21covoar: Close the ELF and DWARF handles once the data is loaded.Chris Johns1-8/+17
2018-08-07tester/covoar: Integrate DWARF function data.Chris Johns8-428/+381
2018-06-22covoar: Address kill() on CygwinJoel Sherrill2-2/+2
2018-06-21covoar: Covert CoverageMapBase C to C++Chris Johns3-77/+69
2018-06-18tester: Correct usage for covoar.Chris Johns1-1/+1
2018-06-18tester/covoar: ExecutableInfo C to C++ change.Chris Johns1-3/+3
2018-06-18tester/covoar: Remove all exit() calls and throw an rld::error exception.Chris Johns23-649/+608
2018-06-15covoar: Add libdwarf to the include path.Chris Johns1-0/+1
2018-06-15covoar: Control the RLD verbose level from the -v option.Chris Johns1-1/+2
2018-06-15covoar: Refactor DesiredSymbols.cc to C++11.Chris Johns1-289/+210
2018-06-15covoar: Use DWARF to map addresses to source files and lines.Chris Johns7-191/+127
2018-05-25tester/covoar: Do not load an executable's local symbols.Chris Johns1-4/+0
2018-05-14covoar: Fix build path checks for multiple executables.Cillian O'Donnell1-7/+3
2018-05-01tester/covoar: Remove the C part of main and convert to C++Chris Johns1-145/+98
2018-05-01covoar: Add symbol set reader and ELF data parser to covoar.Cillian O'Donnell8-185/+300
2018-01-02tester/covoar/covoar.cc: Add missing throw keywordJoel Sherrill1-1/+1
2017-12-05tester/covoar/covoar.cc: Exit using exit() rather than just throwing.Joel Sherrill1-4/+4
2017-12-05tester/covoar/covoar.cc: Clean up formatting (tabs, braces, indentation, etc)Joel Sherrill1-107/+114
2017-10-13tester/covoar: Use standard waf modules for linking.Chris Johns1-4/+7
2017-09-14tester/covoar/DesiredSymbols.cc: Now compiles on CygwinJoel Sherrill1-0/+4
2017-09-14covoar: Add function defs to fix Windows build errors.Cillian O'Donnell4-3/+11
2017-09-11Add Windows includes so the rtemstoolkit builds.Chris Johns1-5/+8
2017-08-29covoar: Remove config file and test critical options are valid.Cillian O'Donnell2-102/+63
2017-08-29covoar/CoverageReaderQEMU.cc: Remove trace block matching check.Cillian O'Donnell1-15/+0