Re: [PATCH] Coverage : Use '.o' files for coverage analysis

2018-10-25 Thread Vijay Kumar Banerjee
On Fri, 26 Oct 2018 at 02:21, Joel Sherrill wrote: > > > On Thu, Oct 25, 2018 at 3:19 PM Vijay Kumar Banerjee < > vijaykumar9...@gmail.com> wrote: > >> >> >> On Fri, 26 Oct 2018 at 00:56, Joel Sherrill wrote: >> >>> Vijay, >>> >>> Did covoar just work after adjusting the files to be .o's? Or are

Re: [PATCH] Coverage : Use '.o' files for coverage analysis

2018-10-25 Thread Joel Sherrill
On Thu, Oct 25, 2018 at 3:19 PM Vijay Kumar Banerjee < vijaykumar9...@gmail.com> wrote: > > > On Fri, 26 Oct 2018 at 00:56, Joel Sherrill wrote: > >> Vijay, >> >> Did covoar just work after adjusting the files to be .o's? Or are there >> more changes? >> >> Covoar just worked after adjusting the

Re: [PATCH] Coverage : Use '.o' files for coverage analysis

2018-10-25 Thread Vijay Kumar Banerjee
On Fri, 26 Oct 2018 at 00:56, Joel Sherrill wrote: > Vijay, > > Did covoar just work after adjusting the files to be .o's? Or are there > more changes? > > Covoar just worked after adjusting the files. > If not, I just need the current patch with a good log message. > > --joel > > On Thu, Oct 25

Re: [PATCH] Coverage : Use '.o' files for coverage analysis

2018-10-25 Thread Joel Sherrill
Vijay, Did covoar just work after adjusting the files to be .o's? Or are there more changes? If not, I just need the current patch with a good log message. --joel On Thu, Oct 25, 2018 at 2:06 PM Vijay Kumar Banerjee < vijaykumar9...@gmail.com> wrote: > Hi Chris! > > Do you find the patch alrig

Re: [PATCH] Coverage : Use '.o' files for coverage analysis

2018-10-25 Thread Vijay Kumar Banerjee
Hi Chris! Do you find the patch alright? I was wondering if you were expecting some changes or modifications. I can do it and submit within this week. :) On Tue, 16 Oct 2018 at 09:06, Vijay Kumar Banerjee wrote: > mistakenly resent this. Sorry about it. > I have made a separate patch for covoa

Re: [PATCH] Coverage : Use '.o' files for coverage analysis

2018-10-15 Thread Vijay Kumar Banerjee
mistakenly resent this. Sorry about it. I have made a separate patch for covoar, I intended to send that one. :) On Tue, Oct 16, 2018, 9:03 AM Vijay Kumar Banerjee wrote: > Use the Object files in cpukit/ instead of the static library > for Coverage analysis > --- > tester/rt/coverage.py

[PATCH] Coverage : Use '.o' files for coverage analysis

2018-10-15 Thread Vijay Kumar Banerjee
Use the Object files in cpukit/ instead of the static library for Coverage analysis --- tester/rt/coverage.py | 27 -- tester/rtems/testing/coverage/symbol-sets.ini | 90 +-- 2 files changed, 66 insertions(+), 51 deletions(-) diff --git a/tester/rt/cove

Re: [PATCH] Coverage : Use '.o' files for coverage analysis

2018-10-15 Thread Vijay Kumar Banerjee
On Tue, Oct 16, 2018, 8:15 AM Chris Johns wrote: > Hi Vijay > > Thank you for the patch. > > On 13/10/2018 13:29, Vijay Kumar Banerjee wrote: > > Use the Object files in cpukit/ instead of the static library > > for Coverage analysis > > Are there any code changes in covoar or is the only change

Re: [PATCH] Coverage : Use '.o' files for coverage analysis

2018-10-15 Thread Chris Johns
Hi Vijay Thank you for the patch. On 13/10/2018 13:29, Vijay Kumar Banerjee wrote: > Use the Object files in cpukit/ instead of the static library > for Coverage analysis Are there any code changes in covoar or is the only change this patch? > --- > tester/rt/coverage.py

Re: [PATCH] Coverage : Use '.o' files for coverage analysis

2018-10-14 Thread Vijay Kumar Banerjee
On Mon, Oct 15, 2018, 11:11 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 13/10/2018 04:29, Vijay Kumar Banerjee wrote: > > Use the Object files in cpukit/ instead of the static library > > for Coverage analysis > > Thanks for fixing this. > :) > > -- > Sebastian Huber, emb

Re: [PATCH] Coverage : Use '.o' files for coverage analysis

2018-10-14 Thread Sebastian Huber
On 13/10/2018 04:29, Vijay Kumar Banerjee wrote: Use the Object files in cpukit/ instead of the static library for Coverage analysis Thanks for fixing this. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49

[PATCH] Coverage : Use '.o' files for coverage analysis

2018-10-12 Thread Vijay Kumar Banerjee
Use the Object files in cpukit/ instead of the static library for Coverage analysis --- tester/rt/coverage.py | 27 -- tester/rtems/testing/coverage/symbol-sets.ini | 90 +-- 2 files changed, 66 insertions(+), 51 deletions(-) diff --git a/tester/rt/cove