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

2021-03-25 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

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

2021-03-25 Thread Chris Johns
On 26/3/21 8:49 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/Desired

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

2021-03-25 Thread Alex White
On Thu, Mar 25, 2021 at 6:10 PM Chris Johns wrote: > > On 26/3/21 8:49 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 +++ > >  t

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

2021-03-25 Thread Chris Johns
On 26/3/21 10:28 am, Alex White wrote: > On Thu, Mar 25, 2021 at 6:10 PM Chris Johns wrote: >> >> On 26/3/21 8:49 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/

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

2021-03-25 Thread Alexander White
On Thu, Mar 25, 2021 at 9:25 PM Chris Johns wrote: > > On 26/3/21 10:28 am, Alex White wrote: > > On Thu, Mar 25, 2021 at 6:10 PM Chris Johns wrote: > >> > >> On 26/3/21 8:49 am, Alex White wrote: > >>> Some NOP instructions were not being marked as executed because they > >>> are located at the