This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Patch to let Alpha debuggers debug a remote target over Telnet


Guy Harris wrote:
> 
> > What about ser-pipe.c?
> 
> We're not using it (we're using GDB 4.18 here, so we don't even have
> it), but if, as I infer, it's another alternative to directly
> communicating with the remote over a serial line, yes, it presumably
> should be supported whenever a serial line is supported, just as
> "ser-tcp.c" should.

(I'm now slightly confused. You have been trying this with the current
sources?)

ser-pipe implements a pipe based interface vis:

	target remote |program to run

that program can be anything that talks remote protocol on
stdin/stdout.  The program might be a simulator or some ICE driver.

	Andrew

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]