summaryrefslogtreecommitdiffstats
path: root/tester/covoar (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-28fix _mkdir parameter error.zhengxiaojun1-1/+1
2021-12-22ReportsBase: Change raw pointer to unique_ptrRyan Long1-41/+36
2021-12-15TraceConverter.cc: Fix Uncaught exception issueRyan Long1-3/+27
2021-12-15SymbolTable.cc: Fix formattingRyan Long1-32/+38
2021-12-15ObjdumpProcessor.h: Fix formattingRyan Long1-12/+10
2021-12-15ObjdumpProcessor.cc: Fix formattingRyan Long1-86/+111
2021-12-15ConfigFile: Fix formattingRyan Long2-37/+37
2021-12-15TargetFactory.cc: Fix formattingRyan Long1-11/+9
2021-12-15ObjdumpProcessor.cc: Fix formattingRyan Long1-28/+36
2021-12-10ObjdumpProcessor: Convert to C++Ryan Long2-15/+18
2021-12-10ConfigFile: Convert to C++Ryan Long2-51/+33
2021-12-10Target: Convert to C++Ryan Long18-92/+103
2021-12-10TargetFactory.cc: Convert to C++Ryan Long1-3/+3
2021-12-07TraceList.cc: Convert from C to C++Ryan Long1-8/+6
2021-12-07TraceConverter.cc: Fix formattingRyan Long1-19/+21
2021-12-07TraceConverter.cc: Convert to C++Ryan Long1-20/+19
2021-12-07Explanations.h: Fix formattingRyan Long1-10/+4
2021-12-07Explanations.cc: Fix formattingRyan Long1-25/+26
2021-12-07Explanations: Convert to C++Ryan Long2-7/+7
2021-12-07ExecutableInfo.h: Fix formattingRyan Long1-8/+8
2021-12-07ExecutableInfo.cc: Fix formattingRyan Long1-45/+58
2021-11-30TraceConverter.cc: Add final catch for exceptionsRyan Long1-3/+13
2021-11-04TraceConverter.cc: Add catch for exceptionRyan Long1-4/+18
2021-10-13TraceConverter.cc: Add catch for exceptionRyan Long1-16/+29
2021-10-08TraceConverter.cc: Add catch for exceptionRyan Long1-7/+21
2021-10-07ReportsBase.cc: Add assert for member variablesRyan Long1-0/+5
2021-09-28TraceWriterQEMU.h: Fix formattingRyan Long1-3/+3
2021-09-28TraceReaderLogQEMU.h: Fix formattingRyan Long1-1/+0
2021-09-28TraceWriterQEMU.cc: Fix formattingRyan Long1-20/+26
2021-09-28TraceReaderLogQEMU.cc: Fix formattingRyan Long1-8/+7
2021-09-28TraceWriter: Convert to C++Ryan Long3-27/+16
2021-09-28TraceReader: Convert to C++Ryan Long8-86/+68
2021-09-28CoverageRanges.cc: Fix formattingRyan Long2-14/+12
2021-09-27GcovFunctionData.cc: Initialize member variablesRyan Long1-3/+7
2021-09-27DesiredSymbols.h: Initialize symbolInfoRyan Long1-0/+1
2021-09-27TraceWriterQEMU.cc: Initialize header._padRyan Long1-0/+1
2021-09-27TraceWriterQEMU.cc: Change strncpy to memcpyRyan Long1-1/+3
2021-09-13CoverageWriterTSIM.h: Fix formattingRyan Long1-3/+3
2021-09-13CoverageWriterTSIM.cc: Fix formattingRyan Long1-11/+11
2021-09-13CoverageWriterSkyeye.h: Fix formattingRyan Long1-3/+3
2021-09-13CoverageWriterSkyeye.cc: Fix formattingRyan Long1-5/+5
2021-09-13CoverageWriterRTEMS.h: Fix formattingRyan Long1-3/+3
2021-09-13CoverageWriterRTEMS.cc: Fix formattingRyan Long1-12/+11
2021-09-13covoar.cc: Fix formattingRyan Long1-133/+167
2021-09-13CoverageWriterBase.h: Fix formattingRyan Long1-3/+3
2021-09-13covoar.cc: Convert to C++Ryan Long1-27/+23
2021-09-13CoverageWriter: Convert to C++Ryan Long7-45/+59
2021-09-07CoverageReaderTSIM.cc: Fix formattingRyan Long1-4/+6
2021-09-07CoverageReaderSkyeye.cc: Fix formattingRyan Long1-9/+12
2021-09-07CoverageReaderRTEMS.cc: Fix formattingRyan Long1-13/+13