Re: [PATCH 04/10] target/arm: convert 64 bit gdbstub to new helper

2025-04-05 Thread Alex Bennée
Pierrick Bouvier writes: > 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/gdbstub64

Re: [PATCH 04/10] target/arm: convert 64 bit gdbstub to new helper

2025-04-04 Thread Philippe Mathieu-Daudé
On 19/3/25 19: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/gdbstub64.c | 53 ++--

Re: [PATCH 04/10] target/arm: convert 64 bit gdbstub to new helper

2025-03-20 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/gdbstub64.c | 53 ++--