qemu/gdbstub
Alex Bennée c566080cd3 gdbstub: move syscall handling to new file
Our GDB syscall support is the last chunk of code that needs target
specific support so move it to a new file. We take the opportunity to
move the syscall state into its own singleton instance and add in a
few helpers for the main gdbstub to interact with the module.

I also moved the gdb_exit() declaration into syscalls.h as it feels
pretty related and most of the callers of it treat it as such.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

Message-Id: <20230302190846.2593720-22-alex.bennee@linaro.org>
Message-Id: <20230303025805.625589-22-richard.henderson@linaro.org>
2023-03-07 20:44:08 +00:00
..
gdbstub.c gdbstub: move syscall handling to new file 2023-03-07 20:44:08 +00:00
internals.h gdbstub: move syscall handling to new file 2023-03-07 20:44:08 +00:00
meson.build gdbstub: move syscall handling to new file 2023-03-07 20:44:08 +00:00
softmmu.c gdbstub: move syscall handling to new file 2023-03-07 20:44:08 +00:00
syscalls.c gdbstub: move syscall handling to new file 2023-03-07 20:44:08 +00:00
trace-events gdbstub: move chunk of softmmu functionality to own file 2023-03-07 17:06:41 +00:00
trace.h gdbstub: move into its own sub directory 2022-10-06 11:53:41 +01:00
user-target.c gdbstub: move chunks of user code into own files 2023-03-07 20:44:04 +00:00
user.c gdbstub: move syscall handling to new file 2023-03-07 20:44:08 +00:00