Re: [PATCH v3 14/49] include/exec: Move gdb open flags to gdbstub.h

2022-06-07 Thread Alex Bennée
Richard Henderson writes: > There were 3 copies of these flags. Place them in the > file with gdb_do_syscall, with which they belong. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée

Re: [PATCH v3 14/49] include/exec: Move gdb open flags to gdbstub.h

2022-05-23 Thread Peter Maydell
On Sat, 21 May 2022 at 01:04, Richard Henderson wrote: > > There were 3 copies of these flags. Place them in the > file with gdb_do_syscall, with which they belong. > > Signed-off-by: Richard Henderson > --- > include/exec/gdbstub.h| 10 ++ > semihosting/arm-compat-semi.c | 8 -

[PATCH v3 14/49] include/exec: Move gdb open flags to gdbstub.h

2022-05-20 Thread Richard Henderson
There were 3 copies of these flags. Place them in the file with gdb_do_syscall, with which they belong. Signed-off-by: Richard Henderson --- include/exec/gdbstub.h| 10 ++ semihosting/arm-compat-semi.c | 8 target/m68k/m68k-semi.c | 8 target/nios2/nios