Re: [PATCH v3 15/49] include/exec: Move gdb_stat and gdb_timeval to gdbstub.h

2022-06-07 Thread Alex Bennée
Richard Henderson writes: > We have two copies of these structures, and require them > in semihosting/ going forward. > > Signed-off-by: Richard Henderson > --- > include/exec/gdbstub.h| 25 + > target/m68k/m68k-semi.c | 30 +++--- > targe

Re: [PATCH v3 15/49] include/exec: Move gdb_stat and gdb_timeval to gdbstub.h

2022-05-23 Thread Peter Maydell
On Sat, 21 May 2022 at 01:04, Richard Henderson wrote: > > We have two copies of these structures, and require them > in semihosting/ going forward. > > Signed-off-by: Richard Henderson > --- > include/exec/gdbstub.h| 25 + > target/m68k/m68k-semi.c | 30 +++

[PATCH v3 15/49] include/exec: Move gdb_stat and gdb_timeval to gdbstub.h

2022-05-20 Thread Richard Henderson
We have two copies of these structures, and require them in semihosting/ going forward. Signed-off-by: Richard Henderson --- include/exec/gdbstub.h| 25 + target/m68k/m68k-semi.c | 30 +++--- target/nios2/nios2-semi.c | 30 +++