summaryrefslogtreecommitdiffstats
path: root/tester (follow)
Commit message (Expand)AuthorAgeFilesLines
* ReportsText.cc: Fix formattingRyan Long2021-07-191-49/+54
* ReportsHtml.h: Fix formattingRyan Long2021-07-191-56/+32
* ReportsHtml.cc: Fix formattingRyan Long2021-07-191-112/+120
* ReportsBase.h: Fix formattingRyan Long2021-07-191-69/+36
* ReportsBase.cc: Fix formattingRyan Long2021-07-191-149/+156
* Reports: Convert to C++Ryan Long2021-07-146-1039/+831
* tester: Add zu3eg test configsKinsey Moore2021-06-292-0/+82
* ReportsBase.cc: Remove possible division by zeroRyan Long2021-06-291-3/+5
* covoar/Explanations.cc: Remove unnecessary newline stripAlex White2021-06-281-2/+0
* covoar/Explanations.cc: Handle newline at end of fileAlex White2021-06-281-13/+11
* covoar/CoverageMapBase: Use reference for iteration in validAddressAlex White2021-06-281-1/+1
* tester: add xilinx_versal_lp64_qemuGedare Bloom2021-06-221-0/+38
* covoar: Store address-to-line info outside of DWARFAlex White2021-06-175-42/+358
* covoar: Store only the file name in ExecutableInfoAlex White2021-06-172-12/+10
* tester: Add a72_lp64_qemu.iniGedare Bloom2021-06-091-0/+38
* Explanations.cc: Convert to c++ file handlingRyan Long2021-06-091-28/+17
* covoar: Fix single-byte uncovered rangesAlex White2021-06-041-1/+1
* ReportsBase.cc: Fix Resource leakRyan Long2021-06-041-0/+2
* DesiredSymbols.cc: Fix resource leakRyan Long2021-06-041-2/+2
* TraceWriterQEMU.cc: Fix resource leakRyan Long2021-06-041-0/+1
* GcovData.cc: Fix resource leakRyan Long2021-06-042-20/+24
* TraceReaderLogQEMU.cc: Fix resource leakRyan Long2021-06-041-1/+2
* Explanations.cc: Fix resource leaksRyan Long2021-06-041-7/+11
* rtems-bsp-builder: Change to waf build systemRyan Long2021-05-251-9/+26
* tester: Avoid TFTP race conditionKinsey Moore2021-05-181-2/+2
* coverage/symbol-sets.ini : Add libuuidAlex White2021-04-281-2/+2
* covoar/Target_aarch64: Swap QEMU taken/not taken bitsAlex White2021-04-162-0/+17
* Revert "covoar/TargetBase: Fix QEMU branch info"Alex White2021-04-161-2/+2
* covoar/Target_arm: Add cbz and cbnz as branch instructionsAlex White2021-04-161-0/+3
* TraceWriterQEMU.cc: Multiple clean upsJoel Sherrill2021-04-131-12/+13
* covoar/TargetBase.h: Remove unused member variablesJoel Sherrill2021-04-101-13/+0
* covoar: Fix NULL check of wrong variable (CID #1399602)Alex White2021-04-071-2/+2
* covoar: Use range-based for loops in ReportsBaseAlex White2021-04-078-112/+95
* covoar: Eliminate tabsJoel Sherrill2021-04-0610-496/+501
* covoar: Remove training white spacesJoel Sherrill2021-04-0644-224/+224
* coverage.py: Call covoar onceAlex White2021-04-061-30/+30
* 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
* tester: Limit branch coverage percentage precisionAlex White2021-03-301-1/+1
* coverage: Fix option processing on FreeBSDAlex White2021-03-301-2/+5
* coverage/symbol-sets.ini : Add libtraceAlex White2021-03-301-1/+2
* 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: Give coverage bars red backgroundAlex White2021-03-301-0/+3
* coverage/reports: Share common JS and CSS in reportsAlex White2021-03-302-7/+8
* coverage/reports: Improve formatting and clarityAlex White2021-03-305-107/+173
* covoar/reports: Add new statistics to summaryAlex White2021-03-304-22/+91
* covoar: Handle periods in symbols from objdumpAlex White2021-03-303-5/+25