On Sunday 13 March 2005 04:52, Daniel Jacobowitz wrote: > Hmm, it looks right to me, but I'd like for one of the MI maintainers > to comment. With gdbserver, we use -target-select, which produces: > > 47-target-select remote localhost:2346 > Remote debugging from host 127.0.0.1 > 47^connected,thread-id="0",frame={addr="0xb7feac20",func="??",args=[]} > (gdb) > > This is preferable to using the CLI passthrough; want to give that a > shot, and then we can just delete the questionable pattern? That does seem a better solution, and works as expected. Updated patch attached. Ok? Paul 2005-03-14 Paul Brook * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote targets.