Hi Alex,
On 6/11/23 19:50, Alex Bennée wrote:
From: Akihiko Odaki <[email protected]>
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 <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Alex Bennée <[email protected]>
Message-Id: <[email protected]>
Something in your workflow is odd, you should keep this Message-Id,
Signed-off-by: Alex Bennée <[email protected]>
Message-Id: <[email protected]>
and not propagate this one, IMO.
---
include/exec/gdbstub.h | 1 +
scripts/feature_to_c.py | 46 +++++++++++++++++++++++++++++++++++++++--
2 files changed, 45 insertions(+), 2 deletions(-)