summaryrefslogtreecommitdiffstats
path: root/tester/covoar/TraceWriterBase.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TraceWriter: Convert to C++Ryan Long2021-09-281-1/+2
|
* Remove TargetInfo global variableRyan Long2021-08-031-0/+5
| | | | | | | - 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 Verbose global variableRyan Long2021-08-031-1/+3
| | | | | Replaced Verbose in app_common with local variables that are passed as a parameter into numerous functions
* covoar: Remove training white spacesJoel Sherrill2021-04-061-2/+2
|
* covoar: Merger the covoar source from rtems-testing.git.Chris Johns2014-06-181-0/+49
Use waf to build covoar.