qemu/gdbstub
Alex Bennée ae7467b1ac gdbstub: move breakpoint logic to accel ops
As HW virtualization requires specific support to handle breakpoints
lets push out special casing out of the core gdbstub code and into
AccelOpsClass. This will make it easier to add other accelerator
support and reduces some of the stub shenanigans.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Mads Ynddal <mads@ynddal.dk>
Message-Id: <20220929114231.583801-45-alex.bennee@linaro.org>
2022-10-06 11:53:41 +01:00
..
gdbstub.c gdbstub: move breakpoint logic to accel ops 2022-10-06 11:53:41 +01:00
internals.h gdbstub: move breakpoint logic to accel ops 2022-10-06 11:53:41 +01:00
meson.build gdbstub: move breakpoint logic to accel ops 2022-10-06 11:53:41 +01:00
softmmu.c gdbstub: move breakpoint logic to accel ops 2022-10-06 11:53:41 +01:00
trace-events gdbstub: move into its own sub directory 2022-10-06 11:53:41 +01:00
trace.h gdbstub: move into its own sub directory 2022-10-06 11:53:41 +01:00
user.c gdbstub: move breakpoint logic to accel ops 2022-10-06 11:53:41 +01:00