On 18-09-19 23:27, Tom Tromey wrote: >>>>>> "Tom" == Tom de Vries writes: > > Tom> So, I'm attaching an updated patch that does not modify the existing > Tom> semantics of gdb_target_cmd. > > Tom> 2019-09-14 Tom de Vries > > Tom> * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning > Tom> UNSUPPORTED) for 'Network is unreachable' message. Factor out of ... > Tom> (gdb_target_cmd): ... here. > Tom> * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return > Tom> value 2. > > Thanks you for doing this. This is ok. I did not find any FAILs when testing this, but in fact there were errors. Fixed with this commit. Thanks, - Tom