summaryrefslogtreecommitdiffstats
path: root/tester/covoar/GcovData.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tester/covoar: Fix clang compile errors, revert uneeded changesChris Johns2021-09-031-14/+14
|
* GcovData.cc: Initialize gcnoPreambleRyan Long2021-09-011-0/+1
| | | | | | CID 1506206: Uninitialized scalar field Closes #4487
* GcovData.cc: Remove ampersands where not neededRyan Long2021-08-231-3/+3
| | | | Removed some ampersands that were left in on accident.
* GcovData.cc: Fix out-of-bounds access errorsRyan Long2021-08-201-7/+6
| | | | | | | | | Adjusted number of bytes to be read, removed length variable CID 1506208: Out-of-bounds access CID 1506209: Out-of-bounds access Closes #4485
* GcovData.cc: Add ostream_guardRyan Long2021-08-131-0/+3
| | | | | | CID 1506202: Not restoring ostream format Closes #4483
* GcovData.cc: Fix formattingRyan Long2021-08-101-62/+69
|
* GcovData: Convert to C++Ryan Long2021-08-031-153/+164
| | | | Change C-style code to C++
* Remove SymbolsToAnalyze global variableRyan Long2021-08-031-3/+4
| | | | | | | | | - Removed SymbolsToAnalyze from app_common and replaced it with the symbolsToAnalyze_m member variable in DesiredSymbols, GcovData, and ObjdumpProcessor - Added a parameter to constructors to initialize symbolsToAnalyze_m - Moved the definition of objdumpLine_t out of ObjdumpProcessor to make it work with DesiredSymbols
* GcovData.cc: Fix resource leakRyan Long2021-06-041-18/+22
| | | | | | CID 1399610: Resource leak in readFrame(). Closes #4418
* covoar: Eliminate tabsJoel Sherrill2021-04-061-359/+360
|
* covoar: Use DWARF to map addresses to source files and lines.Chris Johns2018-06-151-16/+13
|
* covoar: Merger the covoar source from rtems-testing.git.Chris Johns2014-06-181-0/+508
Use waf to build covoar.