Re: [PATCH v2 14/21] gdbstub: specialise target_memory_rw_debug

2023-01-06 Thread Richard Henderson
On 1/5/23 08:43, Alex Bennée wrote: The two implementations are different enough to encourage having a specialisation and we can move some of the softmmu only stuff out of gdbstub. Signed-off-by: Alex Bennée --- gdbstub/internals.h | 19 gdbstub/gdbstub.c | 73 +++--

[PATCH v2 14/21] gdbstub: specialise target_memory_rw_debug

2023-01-05 Thread Alex Bennée
The two implementations are different enough to encourage having a specialisation and we can move some of the softmmu only stuff out of gdbstub. Signed-off-by: Alex Bennée --- gdbstub/internals.h | 19 gdbstub/gdbstub.c | 73 +++-- gdbstub/s