qemu-e2k/gdbstub
Alex Bennée 61b2e136db gdbstub: only compile gdbstub twice for whole build
Now we have removed any target specific bits from the core gdbstub
code we only need to build it twice. We have to jump a few meson hoops
to manually define the CONFIG_USER_ONLY symbol but it seems to work.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20230302190846.2593720-23-alex.bennee@linaro.org>
Message-Id: <20230303025805.625589-23-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: move syscall handling to new file 2023-03-07 20:44:08 +00:00
meson.build gdbstub: only compile gdbstub twice for whole build 2023-03-07 20:44:09 +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
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