summaryrefslogtreecommitdiffstats
path: root/tester/covoar/TraceReaderBase.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TraceReader: Convert to C++Ryan Long2021-09-281-1/+3
|
* Remove objdumpProcessor global variableRyan Long2021-08-031-3/+4
| | | | | | | | | | - Replaced objdumpProcessor in app_common with a local variable in TraceConverter.cc and covoar.cc - Added objdumpProcessor as a parameter for GenerateReports() and the processFile() member function of TraceReaderBase and its derived classes - Changed previous objdumpProcessor member functions calls from pointer to direct call syntax
* covoar: Remove training white spacesJoel Sherrill2021-04-061-2/+2
|
* covoar: Merger the covoar source from rtems-testing.git.Chris Johns2014-06-181-0/+55
Use waf to build covoar.