Re: [PATCH v1 4/6] gdbstub: drop CPUEnv from gdb_exit()

2020-12-16 Thread Richard Henderson
On 12/14/20 9:30 AM, Alex Bennée wrote: > gdb_exit() has never needed anything from env and I doubt we are going > to start now. > > Signed-off-by: Alex Bennée > --- > include/exec/gdbstub.h| 2 +- > bsd-user/syscall.c| 6 +++--- > gdbstub.c | 2 +- >

[PATCH v1 4/6] gdbstub: drop CPUEnv from gdb_exit()

2020-12-14 Thread Alex Bennée
gdb_exit() has never needed anything from env and I doubt we are going to start now. Signed-off-by: Alex Bennée --- include/exec/gdbstub.h| 2 +- bsd-user/syscall.c| 6 +++--- gdbstub.c | 2 +- linux-user/exit.c | 2 +- target/arm/arm-semi.c | 2 +-