summaryrefslogtreecommitdiffstats
path: root/tester/covoar/GcovFunctionData.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* GcovFunctionData:h: Fix formattingRyan Long2021-08-101-54/+41
|
* GcovData: Convert to C++Ryan Long2021-08-031-22/+20
| | | | Change C-style code to C++
* Remove SymbolsToAnalyze global variableRyan Long2021-08-031-1/+5
| | | | | | | | | - 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-53/+58
|
* covoar: Remove training white spacesJoel Sherrill2021-04-061-6/+6
|
* covoar: Merger the covoar source from rtems-testing.git.Chris Johns2014-06-181-0/+274
Use waf to build covoar.