Re: [PATCH 1/2] covoar: Fix NOP execution marking

2021-03-14 Thread Chris Johns
On 12/3/21 3:18 am, Gedare Bloom wrote: > On Thu, Mar 11, 2021 at 9:01 AM Alex White wrote: >> >> Hi Chris, >> >> Good catch. That looks to be left over from some debugging I was doing. >> > I caught what you did there. Ha, ha, ha, I hope you don't take > exception to my pun. I tried to restrain m

Re: [PATCH 1/2] covoar: Fix NOP execution marking

2021-03-11 Thread Gedare Bloom
t; To: Alex White ; devel@rtems.org > Subject: Re: [PATCH 1/2] covoar: Fix NOP execution marking > > On 11/3/21 10:33 am, Alex White wrote: > > Some NOP instructions were not being marked as executed because they > > are located at the end of uncovered ranges. This has been fixe

RE: [PATCH 1/2] covoar: Fix NOP execution marking

2021-03-11 Thread Alex White
al Message- From: Chris Johns Sent: Wednesday, March 10, 2021 7:18 PM To: Alex White ; devel@rtems.org Subject: Re: [PATCH 1/2] covoar: Fix NOP execution marking On 11/3/21 10:33 am, Alex White wrote: > Some NOP instructions were not being marked as executed because they > are located at the

Re: [PATCH 1/2] covoar: Fix NOP execution marking

2021-03-10 Thread Chris Johns
On 11/3/21 10:33 am, Alex White wrote: > Some NOP instructions were not being marked as executed because they > are located at the end of uncovered ranges. This has been fixed. > --- > tester/covoar/CoverageMapBase.cc | 10 +++ > tester/covoar/CoverageMapBase.h | 4 ++ > tester/covoar/Desire

[PATCH 1/2] covoar: Fix NOP execution marking

2021-03-10 Thread Alex White
Some NOP instructions were not being marked as executed because they are located at the end of uncovered ranges. This has been fixed. --- tester/covoar/CoverageMapBase.cc | 10 +++ tester/covoar/CoverageMapBase.h | 4 ++ tester/covoar/DesiredSymbols.cc | 38 +-- tester/covoar/Desi