mbox series

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

Message ID 20230811162830.2278032-1-alex.bennee@linaro.org
Headers show
Series linux-user: extend -dfilter to accept paths | expand

Message

Alex Bennée Aug. 11, 2023, 4:28 p.m. UTC
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(-)