On Wed, 30 Jul 2025 at 01:39, Richard Henderson <richard.hender...@linaro.org> wrote: > > This structure is unused, and would only ever be used for the > ptrace syscall, which we will never implement for linux-user.
It's not 100% impossible -- IIRC valgrind does it -- but yeah, if we haven't implemented ptrace in all these years we're likely never going to do so. Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM