summaryrefslogtreecommitdiffstats
path: root/tester/covoar/TraceWriterQEMU.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TraceWriterQEMU.cc: Fix formattingRyan Long2021-09-281-20/+26
|
* TraceWriter: Convert to C++Ryan Long2021-09-281-25/+13
|
* TraceWriterQEMU.cc: Initialize header._padRyan Long2021-09-271-0/+1
| | | | | | CID 1506204: Uninitialized scalar variable Closes #4488
* TraceWriterQEMU.cc: Change strncpy to memcpyRyan Long2021-09-271-1/+3
| | | | | | CID 1506207: Buffer not null terminated Closes #4491
* TraceWriterQEMU.cc: Remove unterminated stringRyan Long2021-08-201-1/+1
| | | | | | | | | Replaced header.magic with QEMU_TRACE_MAGIC to get rid of "String not null terminated" Coverity issue. CID 1506203: String not null terminated Closes #4486
* 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/+2
| | | | | | | - 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-3/+4
| | | | | Replaced Verbose in app_common with local variables that are passed as a parameter into numerous functions
* TraceWriterQEMU.cc: Fix resource leakRyan Long2021-06-041-0/+1
| | | | | | CID 1399621: Resource leak in writeFile(). Closes #4420
* TraceWriterQEMU.cc: Multiple clean upsJoel Sherrill2021-04-131-12/+13
| | | | | | | Change sprintf() to strncpy() to avoid buffer overwrite CID 1399603, Switch to auto pointer for iterator. Initialize _pad field of entry CID 1399603, fclose file on error patch CID 1399621,
* tester/covoar: Remove all exit() calls and throw an rld::error exception.Chris Johns2018-06-181-27/+28
| | | | Add a suitable catch to covoar's main.
* covoar: Use rld tempfile and add signals to clean up in event of crash.Cillian O'Donnell2017-08-291-7/+3
| | | | | 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/+178
Use waf to build covoar.