Re: [PATCH v2 1/2] src/plugins: add helper functions for drcov

2021-10-21 Thread Alex Bennée
NDNF writes: > This patch adds helper functions to the drcov plugin. > Which provide information about: > - start_code. > - end_code. > - entry. > - path to the executable binary. > > Signed-off-by: Ivanov Arkady > --- > include/qemu/qemu-plugin.h |5 + > plugins/api.c

[PATCH v2 1/2] src/plugins: add helper functions for drcov

2021-10-15 Thread NDNF
This patch adds helper functions to the drcov plugin. Which provide information about: - start_code. - end_code. - entry. - path to the executable binary. Signed-off-by: Ivanov Arkady --- include/qemu/qemu-plugin.h |5 + plugins/api.c| 27 +++