qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFC PATCH] gdbstub: attempt to split gdb into 32/64 bit targets [!W


From: Richard Henderson
Subject: Re: [RFC PATCH] gdbstub: attempt to split gdb into 32/64 bit targets [!WORKING PLZ HELP]
Date: Thu, 2 Mar 2023 16:38:57 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1

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~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]