mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
target/avr: Implement gdb_adjust_breakpoint
Ensure at registration that all breakpoints are in code space, not data space. Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
5bc31e9440
commit
e64cb6c231
4 changed files with 15 additions and 14 deletions
|
@ -162,6 +162,7 @@ hwaddr avr_cpu_get_phys_page_debug(CPUState *cpu, vaddr addr);
|
|||
int avr_cpu_gdb_read_register(CPUState *cpu, GByteArray *buf, int reg);
|
||||
int avr_cpu_gdb_write_register(CPUState *cpu, uint8_t *buf, int reg);
|
||||
int avr_print_insn(bfd_vma addr, disassemble_info *info);
|
||||
vaddr avr_cpu_gdb_adjust_breakpoint(CPUState *cpu, vaddr addr);
|
||||
|
||||
static inline int avr_feature(CPUAVRState *env, AVRFeature feature)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue