summaryrefslogtreecommitdiffstats
path: root/tester/covoar/ObjdumpProcessor.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ObjdumpProcessor.h: Fix formattingRyan Long2021-12-151-12/+10
|
* ObjdumpProcessor: Convert to C++Ryan Long2021-12-101-3/+3
|
* TraceReader: Convert to C++Ryan Long2021-09-281-1/+1
|
* tester/covoar: Fix clang warningsChris Johns2021-09-031-5/+0
|
* Remove TargetInfo global variableRyan Long2021-08-031-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
* Remove SymbolsToAnalyze global variableRyan Long2021-08-031-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
* Remove Verbose global variableRyan Long2021-08-031-2/+3
| | | | | Replaced Verbose in app_common with local variables that are passed as a parameter into numerous functions
* covoar: Use rld tempfile and add signals to clean up in event of crash.Cillian O'Donnell2017-08-291-11/+19
| | | | | Use rld tempfile for temporary files and add fatal signal handling to clean them up in the event of a crash.
* covoar: Merger the covoar source from rtems-testing.git.Chris Johns2014-06-181-0/+165
Use waf to build covoar.