Re: [RFC PATCH 02/24] gdbstub: Introduce GDBFeature structure

2023-08-14 Thread Alex Bennée
Akihiko Odaki writes: > Before this change, the information from a XML file was stored in an > array that is not descriptive. Introduce a dedicated structure type to > make it easier to understand and to extend with more fields. > > Signed-off-by: Akihiko Odaki with Phillipe's suggested updat

Re: [RFC PATCH 02/24] gdbstub: Introduce GDBFeature structure

2023-07-31 Thread Philippe Mathieu-Daudé
On 31/7/23 10:43, Akihiko Odaki wrote: Before this change, the information from a XML file was stored in an array that is not descriptive. Introduce a dedicated structure type to make it easier to understand and to extend with more fields. Signed-off-by: Akihiko Odaki --- MAINTAINERS

Re: [RFC PATCH 02/24] gdbstub: Introduce GDBFeature structure

2023-07-31 Thread Philippe Mathieu-Daudé
On 31/7/23 10:43, Akihiko Odaki wrote: Before this change, the information from a XML file was stored in an array that is not descriptive. Introduce a dedicated structure type to make it easier to understand and to extend with more fields. Great idea! Signed-off-by: Akihiko Odaki --- MAINT

[RFC PATCH 02/24] gdbstub: Introduce GDBFeature structure

2023-07-31 Thread Akihiko Odaki
Before this change, the information from a XML file was stored in an array that is not descriptive. Introduce a dedicated structure type to make it easier to understand and to extend with more fields. Signed-off-by: Akihiko Odaki --- MAINTAINERS | 2 +- meson.build | 2