change log for rtems-testing (2011-03-07)
rtems-vc at rtems.org
rtems-vc at rtems.org
Mon Mar 7 21:10:02 UTC 2011
*jennifer*:
2011-03-07 Jennifer Averett <Jennifer.Averett at oarcorp.com>
* CoverageMapBase.cc, ObjdumpProcessor.cc: Increase symbol length so
there is no chance of overflow. Initialize isNop in order to fix bug
that results in missed instructions both covered and uncovered.
M 1.20 covoar/ChangeLog
M 1.4 covoar/CoverageMapBase.cc
M 1.4 covoar/ObjdumpProcessor.cc
diff -u rtems-testing/covoar/ChangeLog:1.19 rtems-testing/covoar/ChangeLog:1.20
--- rtems-testing/covoar/ChangeLog:1.19 Tue Jan 25 15:26:00 2011
+++ rtems-testing/covoar/ChangeLog Mon Mar 7 14:30:49 2011
@@ -1,3 +1,9 @@
+2011-03-07 Jennifer Averett <Jennifer.Averett at oarcorp.com>
+
+ * CoverageMapBase.cc, ObjdumpProcessor.cc: Increase symbol length so
+ there is no chance of overflow. Initialize isNop in order to fix bug
+ that results in missed instructions both covered and uncovered.
+
2011-01-25 Jennifer Averett <Jennifer.Averett at OARcorp.com>
* CoverageMapBase.cc, CoverageMapBase.h, CoverageReaderQEMU.cc,
diff -u rtems-testing/covoar/CoverageMapBase.cc:1.3 rtems-testing/covoar/CoverageMapBase.cc:1.4
--- rtems-testing/covoar/CoverageMapBase.cc:1.3 Tue Jan 25 15:26:00 2011
+++ rtems-testing/covoar/CoverageMapBase.cc Mon Mar 7 14:30:49 2011
@@ -42,6 +42,7 @@
i->isStartOfInstruction = false;
i->wasExecuted = false;
i->isBranch = false;
+ i->isNop = false;
i->wasTaken = false;
i->wasNotTaken = false;
}
diff -u rtems-testing/covoar/ObjdumpProcessor.cc:1.3 rtems-testing/covoar/ObjdumpProcessor.cc:1.4
--- rtems-testing/covoar/ObjdumpProcessor.cc:1.3 Tue May 25 14:14:48 2010
+++ rtems-testing/covoar/ObjdumpProcessor.cc Mon Mar 7 14:30:49 2011
@@ -350,7 +350,7 @@
uint32_t offset;
bool processSymbol = false;
uint32_t startAddress = 0;
- char symbol[ 100 ];
+ char symbol[ MAX_LINE_LENGTH ];
char terminator1;
char terminator2;
objdumpLines_t theInstructions;
--
Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20110307/ff1866a7/attachment.html>
More information about the vc
mailing list