qemu/gdbstub
Alex Bennée b6fa2ec238 gdbstub: move chunk of softmmu functionality to own file
This is mostly code motion but a number of things needed to be done
for this minimal patch set:

  - move shared structures to internals.h
  - splitting some functions into user and softmmu versions
  - fixing a few casting issues to keep softmmu common

More CONFIG_USER_ONLY stuff will be handled in a following patches.

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

Message-Id: <20230302190846.2593720-11-alex.bennee@linaro.org>
Message-Id: <20230303025805.625589-11-richard.henderson@linaro.org>
2023-03-07 17:06:41 +00:00
..
gdbstub.c gdbstub: move chunk of softmmu functionality to own file 2023-03-07 17:06:41 +00:00
internals.h gdbstub: move chunk of softmmu functionality to own file 2023-03-07 17:06:41 +00:00
meson.build gdbstub: move breakpoint logic to accel ops 2022-10-06 11:53:41 +01:00
softmmu.c gdbstub: move chunk of softmmu functionality to own file 2023-03-07 17:06:41 +00:00
trace-events gdbstub: move chunk of softmmu functionality to own file 2023-03-07 17:06:41 +00:00
trace.h
user.c gdbstub: fix-up copyright and license files 2023-03-07 17:06:20 +00:00