[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 08/22] gdbstub: Add num_regs member to GDBFeature
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH 08/22] gdbstub: Add num_regs member to GDBFeature |
Date: |
Tue, 7 Nov 2023 11:07:11 +0100 |
User-agent: |
Mozilla Thunderbird |
Hi Alex,
On 6/11/23 19:50, Alex Bennée wrote:
From: Akihiko Odaki <akihiko.odaki@daynix.com>
Currently the number of registers exposed to GDB is written as magic
numbers in code. Derive the number of registers GDB actually see from
XML files to replace the magic numbers in code later.
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>
Message-Id: <20231025093128.33116-2-akihiko.odaki@daynix.com>
Something in your workflow is odd, you should keep this Message-Id,
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20231103195956.1998255-9-alex.bennee@linaro.org>
and not propagate this one, IMO.
---
include/exec/gdbstub.h | 1 +
scripts/feature_to_c.py | 46 +++++++++++++++++++++++++++++++++++++++--
2 files changed, 45 insertions(+), 2 deletions(-)
- [PATCH 02/22] gdb-xml: fix duplicate register in arm-neon.xml, (continued)
- [PATCH 02/22] gdb-xml: fix duplicate register in arm-neon.xml, Alex Bennée, 2023/11/06
- [PATCH 01/22] default-configs: Add TARGET_XML_FILES definition, Alex Bennée, 2023/11/06
- [PATCH 04/22] target/arm: hide all versions of DBGD[RS]AR from gdbstub, Alex Bennée, 2023/11/06
- [PATCH 03/22] target/arm: hide the 32bit version of PAR from gdbstub, Alex Bennée, 2023/11/06
- [PATCH 05/22] target/arm: hide aliased MIDR from gdbstub, Alex Bennée, 2023/11/06
- [PATCH 08/22] gdbstub: Add num_regs member to GDBFeature, Alex Bennée, 2023/11/06
- Re: [PATCH 08/22] gdbstub: Add num_regs member to GDBFeature,
Philippe Mathieu-Daudé <=
- [PATCH 10/22] gdbstub: Introduce GDBFeatureBuilder, Alex Bennée, 2023/11/06
- [PATCH 07/22] tests/avocado: update the tcg_plugins test, Alex Bennée, 2023/11/06
- [PATCH 06/22] tests/tcg: add an explicit gdbstub register tester, Alex Bennée, 2023/11/06
- [PATCH 09/22] gdbstub: Introduce gdb_find_static_feature(), Alex Bennée, 2023/11/06
- [PATCH 14/22] plugins: make test/example plugins work on windows, Alex Bennée, 2023/11/06