Re: [RFC PATCH 10/24] gdbstub: Use GDBFeature for gdb_register_coprocessor

2023-08-14 Thread Alex Bennée
Akihiko Odaki writes: > 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 Oda

[RFC PATCH 10/24] gdbstub: Use GDBFeature for gdb_register_coprocessor

2023-07-31 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 --- include/exec/gdbstub.h |