[PATCH v2 0/2] Fix NOP recognition

Gedare Bloom gedare at rtems.org
Thu Mar 11 16:35:49 UTC 2021


Looks ok to me, might wait for Chris to ACK the change to the
exception logic but it appears to be throwing the original exception
up the stack so this should be good.

On Thu, Mar 11, 2021 at 9:15 AM Alex White <alex.white at oarcorp.com> wrote:
>
> v2:
> - Fix leftover debugging code in Coverage::finalizeSymbol()
>
> This patch set fixes a couple cases where NOP instructions were showing
> up as unexecuted in coverage reports.
>
> Alex White (2):
>   covoar: Fix NOP execution marking
>   covoar/Target_i386: Add NOP patterns
>
>  tester/covoar/CoverageMapBase.cc  |  10 +++
>  tester/covoar/CoverageMapBase.h   |   4 ++
>  tester/covoar/DesiredSymbols.cc   |  38 ++++++++--
>  tester/covoar/DesiredSymbols.h    |  11 ++-
>  tester/covoar/ObjdumpProcessor.cc | 114 +++++++++++++++++++++++-------
>  tester/covoar/Target_i386.cc      |   9 +++
>  6 files changed, 151 insertions(+), 35 deletions(-)
>
> --
> 2.27.0
>
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel


More information about the devel mailing list