Re: [PATCH v17 04/14] gdbstub: Use GDBFeature for gdb_register_coprocessor

2023-12-17 Thread Alistair Francis
On Wed, Dec 13, 2023 at 4:42 PM Akihiko Odaki wrote: > > This is a tree-wide change to introduce GDBFeature parameter to > gdb_register_coprocessor(). The new parameter just replaces num_regs > and xml parameters for now. GDBFeature will be utilized to simplify XML > lookup in a following change.

[PATCH v17 04/14] gdbstub: Use GDBFeature for gdb_register_coprocessor

2023-12-12 Thread Akihiko Odaki
This is a tree-wide change to introduce GDBFeature parameter to gdb_register_coprocessor(). The new parameter just replaces num_regs and xml parameters for now. GDBFeature will be utilized to simplify XML lookup in a following change. Signed-off-by: Akihiko Odaki Acked-by: Alex Bennée --- inclu