[RFC PATCH 0/2] linux-user: extend -dfilter to accept paths

Alex Bennée posted 2 patches 2 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230811162830.2278032-1-alex.bennee@linaro.org
Maintainers: Laurent Vivier <laurent@vivier.eu>
include/qemu/log.h   | 12 ++++++
linux-user/syscall.c | 90 +++++++++++++++++++++++++++++++++++++++++---
util/log.c           | 36 +++++++++++++++++-
3 files changed, 131 insertions(+), 7 deletions(-)
[RFC PATCH 0/2] linux-user: extend -dfilter to accept paths
Posted by Alex Bennée 2 years, 4 months ago
I was getting lost on debugging output and I couldn't get the mapped
address of libnative to be stable. So to help I hacked up this
extension which may or may not be worth developing further.

Consider this a debugging RFC tool for now.

Alex Bennée (2):
  linux-user: implement some basic FD<->path tracking
  linux-user: implement name lookup for dfilter

 include/qemu/log.h   | 12 ++++++
 linux-user/syscall.c | 90 +++++++++++++++++++++++++++++++++++++++++---
 util/log.c           | 36 +++++++++++++++++-
 3 files changed, 131 insertions(+), 7 deletions(-)

-- 
2.39.2