Re: [PULL 16/22] gdbstub: expose api to find registers

2024-01-17 Thread Alex Bennée
Akihiko Odaki writes: > On 2024/01/16 19:48, Alex Bennée wrote: >> Expose an internal API to QEMU to return all the registers for a vCPU. >> The list containing the details required to called gdb_read_register(). >> Based-on: <20231025093128.33116-15-akihiko.od...@daynix.com> >> Cc: Akihiko Odaki

Re: [PULL 16/22] gdbstub: expose api to find registers

2024-01-16 Thread Akihiko Odaki
On 2024/01/16 19:48, Alex Bennée wrote: Expose an internal API to QEMU to return all the registers for a vCPU. The list containing the details required to called gdb_read_register(). Based-on: <20231025093128.33116-15-akihiko.od...@daynix.com> Cc: Akihiko Odaki Message-Id: <20240103173349.39852

[PULL 16/22] gdbstub: expose api to find registers

2024-01-16 Thread Alex Bennée
Expose an internal API to QEMU to return all the registers for a vCPU. The list containing the details required to called gdb_read_register(). Based-on: <20231025093128.33116-15-akihiko.od...@daynix.com> Cc: Akihiko Odaki Message-Id: <20240103173349.398526-38-alex.ben...@linaro.org> Signed-off-by