Re: [PATCH v5 0/3] linux-user: Allow gdbstub to ignore page protection

2024-02-16 Thread Ilya Leoshkevich
On Fri, 2024-02-16 at 11:44 +, Alex Bennée wrote: > Ilya Leoshkevich writes: > > > v4: > > https://lists.gnu.org/archive/html/qemu-devel/2024-01/msg05857.html > > v4 -> v5: Fix the probe_proc_self_mem vs probe_proc_self_mem() > > typo. > >   Add Alex's R-b and A-b. > > I was going to

Re: [PATCH v5 0/3] linux-user: Allow gdbstub to ignore page protection

2024-02-16 Thread Alex Bennée
Ilya Leoshkevich writes: > v4: https://lists.gnu.org/archive/html/qemu-devel/2024-01/msg05857.html > v4 -> v5: Fix the probe_proc_self_mem vs probe_proc_self_mem() typo. > Add Alex's R-b and A-b. I was going to pull this and realised it already went in via Richard's tcg-next. Did this

[PATCH v5 0/3] linux-user: Allow gdbstub to ignore page protection

2024-01-31 Thread Ilya Leoshkevich
v4: https://lists.gnu.org/archive/html/qemu-devel/2024-01/msg05857.html v4 -> v5: Fix the probe_proc_self_mem vs probe_proc_self_mem() typo. Add Alex's R-b and A-b. v3: https://lists.gnu.org/archive/html/qemu-devel/2024-01/msg02907.html v3 -> v4: Hide InteractiveConsole behind QEMU_TEST_