On 1/5/23 08:43, Alex Bennée wrote:
Currently we only support replay for softmmu mode so it is a constant false for user-mode.Signed-off-by: Alex Bennée<alex.ben...@linaro.org> --- gdbstub/internals.h | 1 + gdbstub/gdbstub.c | 13 ++----------- gdbstub/softmmu.c | 5 +++++ gdbstub/user.c | 5 +++++ 4 files changed, 13 insertions(+), 11 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~