summaryrefslogtreecommitdiffstats
path: root/tester/covoar/GcovFunctionData.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* GcovFunctionData.cc: Initialize member variablesRyan Long2021-09-271-3/+7
| | | | | | CID 1399640: Uninitialized pointer field Closes #4432
* GcovFunctionData.cc: Add ostream_guardRyan Long2021-08-131-0/+3
| | | | | | CID 1506205: Not restoring ostream format Closes #4484
* GcovFunctionData.cc: Fix formattingRyan Long2021-08-101-99/+148
|
* GcovData: Convert to C++Ryan Long2021-08-031-161/+137
| | | | Change C-style code to C++
* Remove app_common and all references to itRyan Long2021-08-031-1/+0
| | | | | | - Removed the includes of app_common.h - Removed app_common references in build infrastructure - Removed app_common.cc and app_common.h
* Remove SymbolsToAnalyze global variableRyan Long2021-08-031-5/+9
| | | | | | | | | - 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
* covoar: Eliminate tabsJoel Sherrill2021-04-061-21/+22
|
* tester/coverage: Remove warnings in covoar on Windows.Chris Johns2018-11-291-67/+64
|
* covoar: Merger the covoar source from rtems-testing.git.Chris Johns2014-06-181-0/+602
Use waf to build covoar.