]> git.proxmox.com Git - mirror_qemu.git/commit
gdbstub: split out softmmu/user specifics for syscall handling
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 3 Mar 2023 02:58:01 +0000 (18:58 -0800)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 7 Mar 2023 20:44:09 +0000 (20:44 +0000)
commit131f387d741ee2dfe953f8829e5634e49e6dfb31
tree6dcac51627e3f1ad584594e43c5073f02f36fb40
parent4692a86f1c90a26cad752409fc8d30e591e1f741
gdbstub: split out softmmu/user specifics for syscall handling

Most of the syscall code is config agnostic aside from the size of
target_ulong. In preparation for the next patch move the final bits
of specialisation into the appropriate user and softmmu helpers.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230302190846.2593720-26-alex.bennee@linaro.org>
Message-Id: <20230303025805.625589-26-richard.henderson@linaro.org>
gdbstub/internals.h
gdbstub/softmmu.c
gdbstub/syscalls.c
gdbstub/user.c