[PATCH rtems-tools v1 0/7] Convert and reformat pt. 3
Ryan Long
ryan.long at oarcorp.com
Tue Sep 21 16:44:56 UTC 2021
Hi,
These are the last of the backlog of conversion and reformatting patches
I have of rtems-tools currently.
For this series of patches, I followed this series of steps:
1. Convert a file from the C way of doing things to C++.
2. Go through all the files that had to do with the converted file and
make the formatting consistent.
Thanks,
Ryan
Ryan Long (7):
CoverageRanges.cc: Fix formatting
TraceReader: Convert to C++
TraceWriter: Convert to C++
TraceReaderLogQEMU.cc: Fix formatting
TraceWriterQEMU.cc: Fix formatting
TraceReaderLogQEMU.h: Fix formatting
TraceWriterQEMU.h: Fix formatting
tester/covoar/CoverageRanges.cc | 13 ++--
tester/covoar/CoverageRanges.h | 13 ++--
tester/covoar/ObjdumpProcessor.cc | 4 +-
tester/covoar/ObjdumpProcessor.h | 2 +-
tester/covoar/TargetBase.cc | 6 +-
tester/covoar/TargetBase.h | 4 +-
tester/covoar/TraceReaderBase.h | 4 +-
tester/covoar/TraceReaderLogQEMU.cc | 138 +++++++++++++++---------------------
tester/covoar/TraceReaderLogQEMU.h | 3 +-
tester/covoar/TraceWriterBase.h | 3 +-
tester/covoar/TraceWriterQEMU.cc | 82 ++++++++++-----------
tester/covoar/TraceWriterQEMU.h | 6 +-
tester/covoar/qemu-log.h | 4 +-
13 files changed, 125 insertions(+), 157 deletions(-)
--
1.8.3.1
More information about the devel
mailing list