summaryrefslogtreecommitdiffstats
path: root/tester/covoar/TraceConverter.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TraceConverter.cc: Fix Uncaught exception issueRyan Long2021-12-151-3/+27
| | | | | | CID 1471639: Uncaught exception Closes #4501
* TraceConverter.cc: Fix formattingRyan Long2021-12-071-19/+21
|
* TraceConverter.cc: Convert to C++Ryan Long2021-12-071-20/+19
|
* TraceConverter.cc: Add final catch for exceptionsRyan Long2021-11-301-3/+13
| | | | | | CID 1471639: Add catch for exception Closes #4501
* TraceConverter.cc: Add catch for exceptionRyan Long2021-11-041-4/+18
| | | | | | CID 1471639: Add catch for exception Closes #4501
* TraceConverter.cc: Add catch for exceptionRyan Long2021-10-131-16/+29
| | | | | | CID 1471639: Add catch for exception Closes #4501
* TraceConverter.cc: Add catch for exceptionRyan Long2021-10-081-7/+21
| | | | | | CID 1471639: Uncaught exception Closes #4501
* Remove app_common and all references to itRyan Long2021-08-031-1/+0
| | | | | | - Removed the includes of app_common.h - Removed app_common references in build infrastructure - Removed app_common.cc and app_common.h
* Remove TargetInfo global variableRyan Long2021-08-031-2/+4
| | | | | | | - 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-3/+14
| | | | | | | | | - 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 dynamicLibrary global variableRyan Long2021-08-031-2/+3
| | | | | | - Replaced dynamicLibrary in app_common with local variables - Changed data type to string - Changed conditionals to reflect this
* 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
* Remove objdumpProcessor global variableRyan Long2021-08-031-5/+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: Address kill() on CygwinJoel Sherrill2018-06-221-1/+1
|
* tester/covoar: Remove all exit() calls and throw an rld::error exception.Chris Johns2018-06-181-3/+3
| | | | Add a suitable catch to covoar's main.
* covoar: Add function defs to fix Windows build errors.Cillian O'Donnell2017-09-141-0/+4
| | | | Closes #3129
* covoar: Use rld tempfile and add signals to clean up in event of crash.Cillian O'Donnell2017-08-291-11/+49
| | | | | 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/+104
Use waf to build covoar.