[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/3] plugins/execlog: add data address match and address range su
From: |
Sven Schnelle |
Subject: |
[PATCH 0/3] plugins/execlog: add data address match and address range support |
Date: |
Thu, 29 Feb 2024 16:07:26 +0100 |
Hi List,
this patchset adds a new -dfilter option and address range matching. With this
execlog can match only a certain range of address for both instruction and
data adresses.
Example usage:
qemu-system-xxx <other options> -d plugin -plugin
libexeclog.so,afilter=0x1000-0x2000,dfilter=0x388
This would only log instruction in the address range 0x1000 to 0x2000
and accessing data at address 0x388.
Changes in v2:
- rebased on top of latest master
Sven Schnelle (3):
plugins/execlog: pass matches array to parse_vaddr_match
plugins/execlog: add data address match
plugins/execlog: add address range matching
contrib/plugins/execlog.c | 95 ++++++++++++++++++++++++++++++++-------
1 file changed, 79 insertions(+), 16 deletions(-)
--
2.43.2
- [PATCH 0/3] plugins/execlog: add data address match and address range support,
Sven Schnelle <=