]> git.proxmox.com Git - mirror_qemu.git/commit
gdbstub: Introduce GDBFeature structure
authorAkihiko Odaki <akihiko.odaki@daynix.com>
Mon, 9 Oct 2023 16:40:51 +0000 (17:40 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 11 Oct 2023 07:46:33 +0000 (08:46 +0100)
commit956af7daad5a97ca20f8e24d0f4d91a8fca650ad
tree07d5ea4a1e3fd36f3e7cc55daf3e633e6428a1d1
parent1063693e1c503517a489e38fca489525eaea26c1
gdbstub: Introduce GDBFeature structure

Before this change, the information from a XML file was stored in an
array that is not descriptive. Introduce a dedicated structure type to
make it easier to understand and to extend with more fields.

Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230912224107.29669-6-akihiko.odaki@daynix.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20231009164104.369749-13-alex.bennee@linaro.org>
MAINTAINERS
gdbstub/gdbstub.c
include/exec/gdbstub.h
meson.build
scripts/feature_to_c.py [new file with mode: 0755]
scripts/feature_to_c.sh [deleted file]
stubs/gdbstub.c