Re: [PATCH v4 10/25] target/riscv: Use GDBFeature for dynamic XML
On 8/16/23 07:51, Akihiko Odaki wrote: -if (csr_ops[i].name) { -g_string_append_printf(s, " You are now leaking name. r~
[PATCH v4 10/25] target/riscv: Use GDBFeature for dynamic XML
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 --- target/riscv/cpu.h | 4 +-- target/riscv/cpu.c | 4 +-- target/riscv/gdbstub