summaryrefslogtreecommitdiffstats
path: root/tester/covoar/ObjdumpProcessor.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-12-15ObjdumpProcessor.h: Fix formattingRyan Long1-12/+10
2021-12-10ObjdumpProcessor: Convert to C++Ryan Long1-3/+3
2021-09-28TraceReader: Convert to C++Ryan Long1-1/+1
2021-09-03tester/covoar: Fix clang warningsChris Johns1-5/+0
2021-08-03Remove TargetInfo global variableRyan Long1-1/+19
- Remove TargetInfo from app_common - Created the targetInfo_m member variable in CoverageReaderBase, TraceWriterBase, and ObjdumpProcessor - Made functions to set the value of targetInfo_m
2021-08-03Remove SymbolsToAnalyze global variableRyan Long1-40/+50
- 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
2021-08-03Remove Verbose global variableRyan Long1-2/+3
Replaced Verbose in app_common with local variables that are passed as a parameter into numerous functions
2017-08-29covoar: Use rld tempfile and add signals to clean up in event of crash.Cillian O'Donnell1-11/+19
Use rld tempfile for temporary files and add fatal signal handling to clean them up in the event of a crash.
2014-06-18covoar: Merger the covoar source from rtems-testing.git.Chris Johns1-0/+165
Use waf to build covoar.