gdbstub: specialise stub_can_reverse
Currently we only support replay for softmmu mode so it is a constant false for user-mode. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20230302190846.2593720-18-alex.bennee@linaro.org> Message-Id: <20230303025805.625589-18-richard.henderson@linaro.org>
This commit is contained in:
@@ -409,6 +409,11 @@ unsigned int gdb_get_max_cpus(void)
|
||||
return max_cpus;
|
||||
}
|
||||
|
||||
/* replay not supported for user-mode */
|
||||
bool gdb_can_reverse(void)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
/*
|
||||
* Break/Watch point helpers
|
||||
|
||||
Reference in New Issue
Block a user