qemu-e2k/gdbstub
Richard Henderson 0820a075af gdbstub: Adjust gdb_do_syscall to only use uint32_t and uint64_t
Pass %x as uint32_t and %lx as uint64_t; pass the address
of %s as uint64_t and the length as uint32_t.

Add casts in semihosting/syscalls.c from target_ulong to
uint64_t; add casts from int to uint32_t for clarity.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20230303025805.625589-28-richard.henderson@linaro.org>
2023-03-07 20:44:09 +00:00
..
gdbstub.c gdbstub: only compile gdbstub twice for whole build 2023-03-07 20:44:09 +00:00
internals.h gdbstub: split out softmmu/user specifics for syscall handling 2023-03-07 20:44:09 +00:00
meson.build gdbstub: only compile gdbstub twice for whole build 2023-03-07 20:44:09 +00:00
softmmu.c gdbstub: split out softmmu/user specifics for syscall handling 2023-03-07 20:44:09 +00:00
syscalls.c gdbstub: Adjust gdb_do_syscall to only use uint32_t and uint64_t 2023-03-07 20:44:09 +00:00
trace-events gdbstub: move chunk of softmmu functionality to own file 2023-03-07 17:06:41 +00:00
trace.h
user-target.c gdbstub: move chunks of user code into own files 2023-03-07 20:44:04 +00:00
user.c gdbstub: split out softmmu/user specifics for syscall handling 2023-03-07 20:44:09 +00:00