diff options
author | Michael Rolnik | 2020-01-26 18:52:23 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé | 2020-07-10 17:58:32 +0200 |
commit | 12b35405476fa7f733538ec6bb3ffc91129c0555 (patch) | |
tree | 30ff87f9f99d7cbca08c8cbe0d3f23cf05fb6c9c /MAINTAINERS | |
parent | target/avr: CPU class: Add migration support (diff) | |
download | qemu-12b35405476fa7f733538ec6bb3ffc91129c0555.tar.gz qemu-12b35405476fa7f733538ec6bb3ffc91129c0555.tar.xz qemu-12b35405476fa7f733538ec6bb3ffc91129c0555.zip |
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 <aleksandar.m.mail@gmail.com>
Co-developed-by: Michael Rolnik <mrolnik@gmail.com>
Co-developed-by: Sarah Harris <S.E.Harris@kent.ac.uk>
Signed-off-by: Michael Rolnik <mrolnik@gmail.com>
Signed-off-by: Sarah Harris <S.E.Harris@kent.ac.uk>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
Acked-by: Igor Mammedov <imammedo@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
[thuth: Fixed avr_cpu_gdb_read_register() parameter]
Signed-off-by: Thomas Huth <huth@tuxfamily.org>
Message-Id: <20200705140315.260514-7-huth@tuxfamily.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index dda872ef2a..7833db3abe 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -171,6 +171,7 @@ AVR TCG CPUs M: Michael Rolnik <mrolnik@gmail.com> R: Sarah Harris <S.E.Harris@kent.ac.uk> S: Maintained +F: gdb-xml/avr-cpu.xml F: target/avr/ CRIS TCG CPUs |