On Fri, 04 Mar 2011 22:32:52 +0100, Pedro Alves wrote: > On Friday 04 March 2011 21:24:51, Marc Khouzam wrote: > > > That sounds pretty bad. > > > > Any chance of getting a fix for this in the 7_2 branch? > > Which I gather would fix the problem Jan originally reported. > > Having to specify the 'file' before connecting to the target > > is a regression from previous versions of GDB and I was hoping > > not to have to special-case it in Eclipse :-) > > Indeed. I'll try getting to it soon if Jan doesn't. It > should be a one liner patch to gdb. That patch already IMO required a regression test. So far I never could do any gdbserver regression testing as gdbserver generates multiple gigabytes of: Remote side has terminated connection. GDBserver will reopen the connection. Can't open socket: Too many open files. I wrote some patches for it but I haven't yet got to posting them, the second one IIRC does not yet work. After making gdbserver regression testable I would like to get back to the original gdbserver problem. Thanks, Jan