Re: [PATCH 1/4] gdbstub: Add support for target-specific stubs

2024-05-28 Thread Alex Bennée
Gustavo Romero writes: > Currently, it's not possible to have stubs specific to a given target, > even though there are GDB features which are target-specific, like, for > instance, memory tagging. > > This commit introduces set_query_supported_arch, > set_gdb_gen_query_table_arch, and set_gdb_ge

Re: [PATCH 1/4] gdbstub: Add support for target-specific stubs

2024-05-16 Thread Philippe Mathieu-Daudé
On 15/5/24 19:31, Gustavo Romero wrote: Currently, it's not possible to have stubs specific to a given target, even though there are GDB features which are target-specific, like, for instance, memory tagging. This commit introduces set_query_supported_arch, set_gdb_gen_query_table_arch, and set_

[PATCH 1/4] gdbstub: Add support for target-specific stubs

2024-05-15 Thread Gustavo Romero
Currently, it's not possible to have stubs specific to a given target, even though there are GDB features which are target-specific, like, for instance, memory tagging. This commit introduces set_query_supported_arch, set_gdb_gen_query_table_arch, and set_gdb_gen_set_table_arch functions as interf