OSDN Git Service

gdbstub: Adjust gdb_syscall_complete_cb declaration
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 29 Apr 2022 23:21:43 +0000 (16:21 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 27 Jun 2022 23:05:52 +0000 (04:35 +0530)
commit64c8c6a99221877f0e92f973c66e0e66a10ab2ff
tree71aa75614aebd2bdcb4f3bd082e2701b1666aa16
parent1875dab0eea908b2ceaf74d1204f1e72c69d3a73
gdbstub: Adjust gdb_syscall_complete_cb declaration

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.

Reviewed-by: Luc Michel <lmichel@kalray.eu>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
gdbstub.c
include/exec/gdbstub.h
semihosting/arm-compat-semi.c
semihosting/console.c
semihosting/syscalls.c
target/m68k/m68k-semi.c
target/nios2/nios2-semi.c