Pedro Alves wrote: > On Tuesday 13 October 2009 14:40:47, Pedro Alves wrote: >> ... I'll aim at applying this at the end of the week, say. > > Here's the patch that I just committed. I noticed the gdb/go32-nat.c and gdb/remote-sim.c are calling inferior_appeared_silent which is not declared by the inferior.h header. It looks like this is a typo. The attached patch calls inferior_appeared instead. -ken