summaryrefslogtreecommitdiffstats
path: root/tester/covoar/GcovData.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* GcovData.h: Fix formattingRyan Long2021-08-101-19/+20
|
* GcovData: Convert to C++Ryan Long2021-08-031-19/+13
| | | | Change C-style code to C++
* Remove SymbolsToAnalyze global variableRyan Long2021-08-031-1/+11
| | | | | | | | | - 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-2/+2
| | | | | | CID 1399610: Resource leak in readFrame(). Closes #4418
* covoar: Eliminate tabsJoel Sherrill2021-04-061-40/+40
|
* covoar: Remove training white spacesJoel Sherrill2021-04-061-3/+3
|
* covoar: Merger the covoar source from rtems-testing.git.Chris Johns2014-06-181-0/+199
Use waf to build covoar.