Re: [PATCH] contrib/plugins: add a drcov plugin

2021-10-15 Thread Alex Bennée
arkadiy.iva...@ispras.ru writes: > Alex Bennée писал 2021-10-12 13:36: >> Arkadiy writes: >> >>> From: NDNF >>> This patch adds the ability to generate files in drcov format. >>> Primary goal this script is to have coverage >>> logfiles thatwork in Lighthouse. >>> Problems: >>> - The path

Re: [PATCH] contrib/plugins: add a drcov plugin

2021-10-15 Thread arkadiy . ivanov
Alex Bennée писал 2021-10-12 13:36: Arkadiy writes: From: NDNF This patch adds the ability to generate files in drcov format. Primary goal this script is to have coverage logfiles thatwork in Lighthouse. Problems: - The path to the executable file is not specified. I don't see a proble

Re: [PATCH] contrib/plugins: add a drcov plugin

2021-10-13 Thread arkadiy . ivanov
Alex Bennée писал 2021-10-12 13:36: Arkadiy writes: From: NDNF This patch adds the ability to generate files in drcov format. Primary goal this script is to have coverage logfiles thatwork in Lighthouse. Problems: - The path to the executable file is not specified. I don't see a proble

Re: [PATCH] contrib/plugins: add a drcov plugin

2021-10-13 Thread Alex Bennée
arkadiy.iva...@ispras.ru writes: > Alex Bennée писал 2021-10-12 13:36: >> Arkadiy writes: >> >>> From: NDNF >>> This patch adds the ability to generate files in drcov format. >>> Primary goal this script is to have coverage >>> logfiles thatwork in Lighthouse. >>> Problems: >>> - The path

Re: [PATCH] contrib/plugins: add a drcov plugin

2021-10-12 Thread Alex Bennée
Arkadiy writes: > From: NDNF > > This patch adds the ability to generate files in drcov format. > Primary goal this script is to have coverage > logfiles thatwork in Lighthouse. > Problems: > - The path to the executable file is not specified. I don't see a problem in introducing a plugin

[PATCH] contrib/plugins: add a drcov plugin

2021-10-11 Thread Arkadiy
From: NDNF This patch adds the ability to generate files in drcov format. Primary goal this script is to have coverage logfiles thatwork in Lighthouse. Problems: - The path to the executable file is not specified. - base, end, entry take incorrect values. (Lighthouse + IDA Pro anywa