mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
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:
parent
7ea0c33def
commit
505601d580
4 changed files with 13 additions and 11 deletions
|
@ -130,6 +130,7 @@ CPUState *gdb_first_attached_cpu(void);
|
|||
void gdb_append_thread_id(CPUState *cpu, GString *buf);
|
||||
int gdb_get_cpu_index(CPUState *cpu);
|
||||
unsigned int gdb_get_max_cpus(void); /* both */
|
||||
bool gdb_can_reverse(void); /* softmmu, stub for user */
|
||||
|
||||
void gdb_create_default_process(GDBState *s);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue