On 3/2/23 09:25, Alex Bennée wrote:
Instead of building gdb syscalls for every target only build what really matters, 64 or 32 bit support.
Since the *only* usage of target_ulong is in the va_list for gdb_do_syscall, and as that passes on to printf, we could just adjust the interface to always pass uint64_t.
r~
