include/exec: Move gdb open flags to gdbstub.h
commit94b14fe08f9f4f1f0e7aba639fc98e65a13e5235
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 28 Apr 2022 08:29:54 +0000 (28 01:29 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 27 Jun 2022 23:05:07 +0000 (28 04:35 +0530)
treeac4eaf27bcb2a7decb991923df1525c898512be7
parenta1a2a3e609f619857fcdd8302fe1e832490216a7
include/exec: Move gdb open flags to gdbstub.h

There were 3 copies of these flags.  Place them in the
file with gdb_do_syscall, with which they belong.

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
semihosting/arm-compat-semi.c
target/m68k/m68k-semi.c
target/nios2/nios2-semi.c