]> Git Repo - qemu.git/commit
target/avr: CPU class: Add GDB support
authorMichael Rolnik <[email protected]>
Sun, 26 Jan 2020 17:52:23 +0000 (18:52 +0100)
committerPhilippe Mathieu-Daudé <[email protected]>
Fri, 10 Jul 2020 15:58:32 +0000 (17:58 +0200)
commit12b35405476fa7f733538ec6bb3ffc91129c0555
tree30ff87f9f99d7cbca08c8cbe0d3f23cf05fb6c9c
parent3fa28dd6cf848c5f7fddba84a6d7789027c58a25
target/avr: CPU class: Add GDB support

This includes GDB hooks for reading from wnd wrtiting to AVR
registers, and xml register definition file as well.

[AM: Split a larger AVR introduction patch into logical units]
Suggested-by: Aleksandar Markovic <[email protected]>
Co-developed-by: Michael Rolnik <[email protected]>
Co-developed-by: Sarah Harris <[email protected]>
Signed-off-by: Michael Rolnik <[email protected]>
Signed-off-by: Sarah Harris <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
Signed-off-by: Aleksandar Markovic <[email protected]>
Acked-by: Igor Mammedov <[email protected]>
Tested-by: Philippe Mathieu-Daudé <[email protected]>
[thuth: Fixed avr_cpu_gdb_read_register() parameter]
Signed-off-by: Thomas Huth <[email protected]>
Message-Id: <20200705140315[email protected]>
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
MAINTAINERS
gdb-xml/avr-cpu.xml [new file with mode: 0644]
target/avr/cpu.c
target/avr/cpu.h
target/avr/gdbstub.c [new file with mode: 0644]
This page took 0.027007 seconds and 4 git commands to generate.