Re: [PATCH] target/avr: Drop avr_cpu_memory_rw_debug()

2022-07-12 Thread Philippe Mathieu-Daudé via
On Mon, Jun 20, 2022 at 10:01 PM Richard Henderson wrote: > On 3/22/22 02:50, Bin Meng wrote: > > CPUClass::memory_rw_debug() holds a callback for GDB memory access. > > If not provided, cpu_memory_rw_debug() is used by the GDB stub. > > Drop avr_cpu_memory_rw_debug() which does nothing special. >

Re: [PATCH] target/avr: Drop avr_cpu_memory_rw_debug()

2022-06-20 Thread Richard Henderson
On 3/22/22 02:50, Bin Meng wrote: CPUClass::memory_rw_debug() holds a callback for GDB memory access. If not provided, cpu_memory_rw_debug() is used by the GDB stub. Drop avr_cpu_memory_rw_debug() which does nothing special. Signed-off-by: Bin Meng Queued to tcg-next, for lack of anything bet

Re: [PATCH] target/avr: Drop avr_cpu_memory_rw_debug()

2022-03-22 Thread Philippe Mathieu-Daudé
On 22/3/22 10:50, Bin Meng wrote: CPUClass::memory_rw_debug() holds a callback for GDB memory access. If not provided, cpu_memory_rw_debug() is used by the GDB stub. Drop avr_cpu_memory_rw_debug() which does nothing special. Signed-off-by: Bin Meng --- target/avr/cpu.h| 2 -- target/avr

[PATCH] target/avr: Drop avr_cpu_memory_rw_debug()

2022-03-22 Thread Bin Meng
CPUClass::memory_rw_debug() holds a callback for GDB memory access. If not provided, cpu_memory_rw_debug() is used by the GDB stub. Drop avr_cpu_memory_rw_debug() which does nothing special. Signed-off-by: Bin Meng --- target/avr/cpu.h| 2 -- target/avr/cpu.c| 1 - target/avr/helper.c |