OSDN Git Service

include/exec: Move gdb_stat and gdb_timeval to gdbstub.h
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 29 Apr 2022 21:41:37 +0000 (14:41 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 27 Jun 2022 23:05:07 +0000 (04:35 +0530)
commit7c56c2d3da2d25cb202e6b47ad7348a42b950b76
treeb67a7f04e2463176c32bcbda05e92136e10d1aea
parent94b14fe08f9f4f1f0e7aba639fc98e65a13e5235
include/exec: Move gdb_stat and gdb_timeval to gdbstub.h

We have two copies of these structures, and require them
in semihosting/ going forward.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/exec/gdbstub.h
target/m68k/m68k-semi.c
target/nios2/nios2-semi.c