summaryrefslogtreecommitdiffstats
path: root/tester/covoar (follow)
Commit message (Expand)AuthorAgeFilesLines
* tester/covoar: Fix clang warningsChris Johns2021-09-033-28/+37
* tester/covoar: Fix clang compile errors, revert uneeded changesChris Johns2021-09-031-14/+14
* GcovData.cc: Initialize gcnoPreambleRyan Long2021-09-011-0/+1
* GcovData.cc: Remove ampersands where not neededRyan Long2021-08-231-3/+3
* TraceWriterQEMU.cc: Remove unterminated stringRyan Long2021-08-201-1/+1
* GcovData.cc: Fix out-of-bounds access errorsRyan Long2021-08-201-7/+6
* ReportsText.cc: Add ostream_guardRyan Long2021-08-131-0/+2
* GcovFunctionData.cc: Add ostream_guardRyan Long2021-08-131-0/+3
* GcovData.cc: Add ostream_guardRyan Long2021-08-131-0/+3
* GcovFunctionData:h: Fix formattingRyan Long2021-08-101-54/+41
* GcovFunctionData.cc: Fix formattingRyan Long2021-08-101-99/+148
* GcovData.h: Fix formattingRyan Long2021-08-101-19/+20
* GcovData.cc: Fix formattingRyan Long2021-08-101-62/+69
* rtems-utils: Change data type definitionRyan Long2021-08-103-9/+3
* GcovData: Convert to C++Ryan Long2021-08-034-355/+334
* Remove app_common and all references to itRyan Long2021-08-0321-91/+2
* app_common: Remove functions and macrosRyan Long2021-08-034-61/+34
* Remove TargetInfo global variableRyan Long2021-08-0311-23/+70
* Remove BranchInfoAvailable global variableRyan Long2021-08-0313-27/+66
* Remove SymbolsToAnalyze global variableRyan Long2021-08-0320-165/+270
* Remove input buffer global variablesRyan Long2021-08-036-17/+18
* Remove outputDirectory global variableRyan Long2021-08-039-29/+72
* Remove projectName global variableRyan Long2021-08-039-31/+60
* Remove dynamicLibrary global variableRyan Long2021-08-036-16/+16
* Remove Verbose global variableRyan Long2021-08-0314-58/+85
* Remove objdumpProcessor global variableRyan Long2021-08-038-22/+19
* ReportsHtml.cc: Initialize lastState_mRyan Long2021-08-031-1/+2
* Remove AllExplanations global variableRyan Long2021-08-039-26/+57
* ReportsText.cc: Restore ostream formatRyan Long2021-07-271-0/+5
* ReportsHtml.cc: Restore ostream formatRyan Long2021-07-271-0/+5
* CoverageMapBase.cc: Restore ostream formatRyan Long2021-07-271-0/+6
* AddressToLineMapper.h: Remove pointer to temporary stringAlex White2021-07-202-8/+24
* ReportsText.h: Fix formattingRyan Long2021-07-191-36/+24
* 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
* 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
* 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
* 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