From: "Alex Bennée" <alex.bennee@linaro.org>
To: qemu-devel@nongnu.org
Cc: "Alex Bennée" <alex.bennee@linaro.org>
Subject: [PATCH v2 0/9] gdbstub/next (cleanups, softmmu, SVE)
Date: Fri, 18 Dec 2020 11:26:58 +0000 [thread overview]
Message-ID: <20201218112707.28348-1-alex.bennee@linaro.org> (raw)
Hi,
This is the next iteration of gdbstub/next. Apart from adding review
tags there are a few new patches:
- now the 8.3.1 gating is there we can revert the disable of gdbstub-sha1
- addition of some softmmu tests (which exercise watchpoints)
- moving the SVE target representation to org.gnu.gdb.aarch64.sve
The final patch allows GDB to do SVE aware handling of pseudo registers
rather than treating the set as a custom target description. The
following still need review:
- target/arm: use official org.gnu.gdb.aarch64.sve layout for registers
- gdbstub: implement a softmmu based test
- Revert "tests/tcg/multiarch/Makefile.target: Disable run-gdbstub-sha1 test"
- configure: gate our use of GDB to 8.3.1 or above
Alex Bennée (8):
test/guest-debug: echo QEMU command as well
configure: gate our use of GDB to 8.3.1 or above
Revert "tests/tcg/multiarch/Makefile.target: Disable run-gdbstub-sha1
test"
gdbstub: implement a softmmu based test
gdbstub: drop CPUEnv from gdb_exit()
gdbstub: drop gdbserver_cleanup in favour of gdb_exit
gdbstub: ensure we clean-up when terminated
target/arm: use official org.gnu.gdb.aarch64.sve layout for registers
Lirong Yuan (1):
gdbstub: add support to Xfer:auxv:read: packet
configure | 7 +-
include/exec/gdbstub.h | 14 +-
bsd-user/syscall.c | 6 +-
gdbstub.c | 65 +++++++--
linux-user/exit.c | 2 +-
softmmu/runstate.c | 2 +-
target/arm/arm-semi.c | 2 +-
target/arm/gdbstub.c | 75 ++++------
target/arm/helper.c | 2 +-
target/m68k/m68k-semi.c | 2 +-
target/nios2/nios2-semi.c | 2 +-
MAINTAINERS | 1 +
tests/guest-debug/run-test.py | 35 +++--
tests/tcg/aarch64/Makefile.softmmu-target | 1 +
tests/tcg/aarch64/gdbstub/test-sve-ioctl.py | 11 ++
tests/tcg/aarch64/system/boot.S | 1 +
tests/tcg/i386/Makefile.softmmu-target | 1 +
tests/tcg/i386/system/boot.S | 2 +-
tests/tcg/multiarch/Makefile.target | 13 +-
tests/tcg/multiarch/gdbstub/memory.py | 130 ++++++++++++++++++
.../multiarch/gdbstub/test-qxfer-auxv-read.py | 57 ++++++++
.../multiarch/system/Makefile.softmmu-target | 19 ++-
tests/tcg/x86_64/Makefile.softmmu-target | 1 +
tests/tcg/x86_64/system/boot.S | 2 +-
24 files changed, 371 insertions(+), 82 deletions(-)
create mode 100644 tests/tcg/multiarch/gdbstub/memory.py
create mode 100644 tests/tcg/multiarch/gdbstub/test-qxfer-auxv-read.py
--
2.20.1
next reply other threads:[~2020-12-18 11:28 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-18 11:26 Alex Bennée [this message]
2020-12-18 11:26 ` [PATCH v2 1/9] test/guest-debug: echo QEMU command as well Alex Bennée
2020-12-18 11:27 ` [PATCH v2 2/9] configure: gate our use of GDB to 8.3.1 or above Alex Bennée
2020-12-18 11:27 ` [PATCH v2 3/9] Revert "tests/tcg/multiarch/Makefile.target: Disable run-gdbstub-sha1 test" Alex Bennée
2020-12-18 11:27 ` [PATCH v2 4/9] gdbstub: implement a softmmu based test Alex Bennée
2020-12-18 14:45 ` Philippe Mathieu-Daudé
2020-12-18 11:27 ` [PATCH v2 5/9] gdbstub: add support to Xfer:auxv:read: packet Alex Bennée
2020-12-18 11:27 ` [PATCH v2 6/9] gdbstub: drop CPUEnv from gdb_exit() Alex Bennée
2020-12-18 11:59 ` Laurent Vivier
2020-12-18 14:10 ` Philippe Mathieu-Daudé
2020-12-18 11:27 ` [PATCH v2 7/9] gdbstub: drop gdbserver_cleanup in favour of gdb_exit Alex Bennée
2020-12-18 14:10 ` Philippe Mathieu-Daudé
2020-12-18 11:27 ` [PATCH v2 8/9] gdbstub: ensure we clean-up when terminated Alex Bennée
2020-12-18 14:12 ` Philippe Mathieu-Daudé
2020-12-18 11:27 ` [PATCH v2 9/9] target/arm: use official org.gnu.gdb.aarch64.sve layout for registers Alex Bennée
2020-12-18 15:17 ` Alex Bennée
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201218112707.28348-1-alex.bennee@linaro.org \
--to=alex.bennee@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).