qemu-arm
[Top][All Lists]
Advanced

[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(-)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]