[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 00/22] Maintainer updates for 8.2 (gdbstub, tests, plugins) pre-PR, Alex Bennée, 2023/11/06
- [PATCH 10/22] gdbstub: Introduce GDBFeatureBuilder, Alex Bennée, 2023/11/06
- [PATCH 06/22] tests/tcg: add an explicit gdbstub register tester, Alex Bennée, 2023/11/06
- [PATCH 05/22] target/arm: hide aliased MIDR from gdbstub, Alex Bennée, 2023/11/06
- [PATCH 07/22] tests/avocado: update the tcg_plugins test, Alex Bennée, 2023/11/06
- [PATCH 09/22] gdbstub: Introduce gdb_find_static_feature(), Alex Bennée, 2023/11/06
- [PATCH 12/22] configure: tell meson and contrib_plugins about DLLTOOL, Alex Bennée, 2023/11/06