On Wed Jan 3 17:14:37 2024 +0000, Rémi Bernon wrote:
Actually, I think this chunk might not even be needed? Shouldn't `select` fail already (or later) if connection has been closed?
actually the select no longer detects the lost connexion. IMO, it's a left over from the unix socket/select => WS2 socket evolution. didn't want to go all the way, but the err_fds should be dropped as well.
and the point is to no longer terminate the gdb stub on debuggee exit (if one day we implement restart or run commands we'll need that), but wait for gdb termination instead.