Re: [PATCH 13/29] target/riscv: Use GDBFeature for dynamic XML

2023-11-06 Thread Alex Bennée
Alex Bennée writes: > Alex Bennée writes: > >> From: Akihiko Odaki >> >> In preparation for a change to use GDBFeature as a parameter of >> gdb_register_coprocessor(), convert the internal representation of >> dynamic feature from plain XML to GDBFeature. >> >> Signed-off-by: Akihiko Odaki >>

Re: [PATCH 13/29] target/riscv: Use GDBFeature for dynamic XML

2023-11-06 Thread Alex Bennée
Alex Bennée writes: > From: Akihiko Odaki > > In preparation for a change to use GDBFeature as a parameter of > gdb_register_coprocessor(), convert the internal representation of > dynamic feature from plain XML to GDBFeature. > > Signed-off-by: Akihiko Odaki > Message-Id: <20231025093128.33116

[PATCH 13/29] target/riscv: Use GDBFeature for dynamic XML

2023-11-03 Thread Alex Bennée
From: Akihiko Odaki In preparation for a change to use GDBFeature as a parameter of gdb_register_coprocessor(), convert the internal representation of dynamic feature from plain XML to GDBFeature. Signed-off-by: Akihiko Odaki Message-Id: <20231025093128.33116-7-akihiko.od...@daynix.com> Signed-