Re: [PATCH 03/10] target/arm: convert 32 bit gdbstub to new helper

2025-04-05 Thread Pierrick Bouvier
On 3/19/25 11:22, Alex Bennée wrote: For some of the helpers we need a temporary variable to copy from although we could add some helpers to return pointers into env in those cases if we wanted to. Signed-off-by: Alex Bennée --- target/arm/gdbstub.c | 57 --

Re: [PATCH 03/10] target/arm: convert 32 bit gdbstub to new helper

2025-03-19 Thread Akihiko Odaki
On 2025/03/20 3:22, Alex Bennée wrote: For some of the helpers we need a temporary variable to copy from although we could add some helpers to return pointers into env in those cases if we wanted to. Signed-off-by: Alex Bennée --- target/arm/gdbstub.c | 57

[PATCH 03/10] target/arm: convert 32 bit gdbstub to new helper

2025-03-19 Thread Alex Bennée
For some of the helpers we need a temporary variable to copy from although we could add some helpers to return pointers into env in those cases if we wanted to. Signed-off-by: Alex Bennée --- target/arm/gdbstub.c | 57 1 file changed, 36 insertions(+)