target/avr: Drop avr_cpu_memory_rw_debug()
commitadb5974dcc5ee7fe122c74fb85d3bae331101ec3
authorBin Meng <bmeng.cn@gmail.com>
Tue, 22 Mar 2022 09:50:04 +0000 (22 17:50 +0800)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 20 Jun 2022 20:11:36 +0000 (20 13:11 -0700)
treedf50784be9bb4e3c3aeb0f52d025ecc980e96f48
parent4d5738222ff0a7f4d56fd4a2971b0605726a8fb2
target/avr: Drop avr_cpu_memory_rw_debug()

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 <bmeng.cn@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220322095004.70682-1-bmeng.cn@gmail.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/avr/cpu.c
target/avr/cpu.h
target/avr/helper.c