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


Andrew Cagney wrote:
> 
> Guy Harris wrote:
> >
> > This patch adds "ser-tcp.o" to debuggers hosted on Alpha machines
> > running OSF/1 3.x and later, so that they can debug remote targets over
> > a Telnet connection to a terminal server as well as over a direct serial
> > connection.  (Arguably, any debugger configuration that includes support
> > for remote serial targets should include this as well.)
> 
> What about ser-pipe.c?

Oops.  ser-pipe.c would already be linked in as it is included in
src/gdb/Makefile.in:SER_HARDWARE.

> As to your more generic question/comment.  Yes, that code should be
> selected by configure.in/autoconf and not via the XDEPFILES.

Does any one object to me eliminating ser-tcp.c from gdb/config/*/*.mh
and just adding it to SER_HARDWARE.  If a platform does have trouble
then I think we should add ``stuff'' to configure.in that correctly
handles it.

	Andrew

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