[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 08/22] gdbstub: Add num_regs member to GDBFeature
From: |
Alex Bennée |
Subject: |
Re: [PATCH 08/22] gdbstub: Add num_regs member to GDBFeature |
Date: |
Tue, 07 Nov 2023 10:24:51 +0000 |
User-agent: |
mu4e 1.11.24; emacs 29.1 |
Philippe Mathieu-Daudé <philmd@linaro.org> writes:
> 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.
Why not - it tracks all the review stuff. I explicitly keep on
Message-Id per domain so we see the original posting and the last time
it was posted (which you can then follow the chain of reviews from
there).
If we want to have an explicit policy on which Message-Id's to keep then
we should document it.
--
Alex Bennée
Virtualisation Tech Lead @ Linaro
- Re: [PATCH 02/22] gdb-xml: fix duplicate register in arm-neon.xml, (continued)
- [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
- [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