Re: [PATCH v4 40/53] gdbstub: Adjust gdb_syscall_complete_cb declaration

2022-06-24 Thread Luc Michel
On 13:45 Tue 07 Jun , Richard Henderson wrote: > Change 'ret' to uint64_t. This resolves a FIXME in the > m68k and nios2 semihosting that we've lost data. > Change 'err' to int. There is nothing target-specific > about the width of the errno value. > > Signed-off-by: Richard Henderson >

[PATCH v4 40/53] gdbstub: Adjust gdb_syscall_complete_cb declaration

2022-06-07 Thread Richard Henderson
Change 'ret' to uint64_t. This resolves a FIXME in the m68k and nios2 semihosting that we've lost data. Change 'err' to int. There is nothing target-specific about the width of the errno value. Signed-off-by: Richard Henderson --- include/exec/gdbstub.h| 3 +-- gdbstub.c