qemu/gdbstub
Alex Bennée 131f387d74 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>
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: split out softmmu/user specifics for syscall handling 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