Re: [RFC PATCH 14/24] gdbstub: Add members to identify registers to GDBFeature

2023-08-14 Thread Alex Bennée
Akihiko Odaki writes: > These members will be used to help plugins to identify registers. I'm wary of exposing gdb'isms directly to plugins. However making stuff easier for the gdbstub internals is ok. I shall reserve judgement until I've read the rest of the series. > The added members in i

[RFC PATCH 14/24] gdbstub: Add members to identify registers to GDBFeature

2023-07-31 Thread Akihiko Odaki
These members will be used to help plugins to identify registers. The added members in instances of GDBFeature dynamically generated by CPUs will be filled in later changes. Signed-off-by: Akihiko Odaki --- include/exec/gdbstub.h | 2 ++ scripts/feature_to_c.py | 14 +- 2 files cha