commit | 94b14fe08f9f4f1f0e7aba639fc98e65a13e5235 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Thu Apr 28 01:29:54 2022 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue Jun 28 04:35:07 2022 +0530 |
tree | ac4eaf27bcb2a7decb991923df1525c898512be7 | |
parent | a1a2a3e609f619857fcdd8302fe1e832490216a7 [diff] |
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>