Hi, While debugging some wierd ELF loading bugs I realised our mmap debug code could do with a little clean-up so I removed the DEBUG_MMAP in favour of some tracepoints and extending the information that -d page gives you.
Alex Bennée (5): linux-user: convert target_mprotect debug to tracepoint linux-user: convert target_mmap debug to tracepoint linux-user: add target_mmap_complete tracepoint linux-user: log page table changes under -d page linux-user: convert target_munmap debug to a tracepoint linux-user/mmap.c | 82 ++++++++++++++++++++++------------------- linux-user/trace-events | 6 +++ 2 files changed, 50 insertions(+), 38 deletions(-) -- 2.20.1