]> git.ipfire.org Git - thirdparty/qemu.git/commit
gdbstub: Add members to identify registers to GDBFeature
authorAkihiko Odaki <akihiko.odaki@daynix.com>
Tue, 27 Feb 2024 14:43:20 +0000 (14:43 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 28 Feb 2024 09:10:11 +0000 (09:10 +0000)
commiteb37086fb0282a9a4f01ecbb618761d4853efc8c
treedd844d63515d355564e0982d484552f4ab78e919
parentf1a5287fc30acb788c2210e5f2a18c3d4006a8dc
gdbstub: Add members to identify registers to GDBFeature

These members will be used to help plugins to identify registers.
The added members in instances of GDBFeature dynamically generated by
CPUs will be filled in later changes.

Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Message-Id: <20231213-gdb-v17-10-777047380591@daynix.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240227144335.1196131-15-alex.bennee@linaro.org>
gdbstub/gdbstub.c
include/exec/gdbstub.h
scripts/feature_to_c.py
target/riscv/gdbstub.c