On 5/17/21 4:55 AM, Philippe Mathieu-Daudé wrote:
gdb_exit() and gdb_set_stop_cpu() prototypes don't have to be target specific. Remove this limitation to be able to build softmmu/cpus.c and softmmu/runstate.c once for all targets.Signed-off-by: Philippe Mathieu-Daudé<f4...@amsat.org> --- include/exec/gdbstub.h | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~