]> git.proxmox.com Git - mirror_qemu.git/commit
gdbstub: specialise target_memory_rw_debug
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 3 Mar 2023 02:57:51 +0000 (18:57 -0800)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 7 Mar 2023 20:44:08 +0000 (20:44 +0000)
commit589a58672e044c0415e70f018393c8406cdd5c49
tree59046a80b5dd7d40a687de7ce1ab50edf5f66c14
parent8a2025b36b4f7a20f1bbbcf52d9d6c10094ffd49
gdbstub: specialise target_memory_rw_debug

The two implementations are different enough to encourage having a
specialisation and we can move some of the softmmu only stuff out of
gdbstub.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20230302190846.2593720-16-alex.bennee@linaro.org>
Message-Id: <20230303025805.625589-16-richard.henderson@linaro.org>
gdbstub/gdbstub.c
gdbstub/internals.h
gdbstub/softmmu.c
gdbstub/user.c