Re: [PATCH v5 11/18] mcdstub: system and core queries added

2024-03-05 Thread nicolas.e...@lauterbach.com
On 29/02/2024 16:11, Alex Bennée wrote: Hopefully the code can be more generic now and avoid having to re-parse generated xml. I adapted my code to the recent register-related changes. There is still some arm-specific code, but thanks to gdb_get_register_list() and gdb_read_register() I coul

Re: [PATCH v5 11/18] mcdstub: system and core queries added

2024-02-29 Thread Alex Bennée
Nicolas Eder writes: > --- > debug/mcdstub/arm_mcdstub.c | 243 > debug/mcdstub/mcdstub.c | 370 ++- > debug/mcdstub/meson.build| 2 +- > include/mcdstub/arm_mcdstub.h| 85 +++ > include/mcdstub/mcdstub.h|

[PATCH v5 11/18] mcdstub: system and core queries added

2023-12-20 Thread Nicolas Eder
--- debug/mcdstub/arm_mcdstub.c | 243 debug/mcdstub/mcdstub.c | 370 ++- debug/mcdstub/meson.build| 2 +- include/mcdstub/arm_mcdstub.h| 85 +++ include/mcdstub/mcdstub.h| 5 - include/mcdstub/mcdstub_comm