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


> 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.

OK, see attached ChangeLog file and patch, which adds both "ser-tcp.o"
and "ser-pipe.o".
2000-04-25  Guy Harris  <guy@netapp.com>

	* config/alpha/alpha-osf3.mh: include ser-tcp.o and ser-pipe.o in
	debuggers hosted on OSF/1 3.x and later, so they can debug
	remote targets via Telnet to a terminal server, or via a pipe to
	a separate program, as well as via a direct serial connection.



Index: config/alpha/alpha-osf3.mh
===================================================================
RCS file: /cvs/src/src/gdb/config/alpha/alpha-osf3.mh,v
retrieving revision 1.1.1.3
diff -c -3 -p -r1.1.1.3 alpha-osf3.mh
*** alpha-osf3.mh	2000/02/01 03:19:13	1.1.1.3
--- alpha-osf3.mh	2000/04/26 02:44:32
***************
*** 1,5 ****
  # Host: Little-endian Alpha running OSF/1-3.x and higher using procfs
! XDEPFILES= 
  XM_FILE= xm-alphaosf.h
  NAT_FILE= nm-osf3.h
  NATDEPFILES= infptrace.o inftarg.o corelow.o alpha-nat.o fork-child.o \
--- 1,5 ----
  # Host: Little-endian Alpha running OSF/1-3.x and higher using procfs
! XDEPFILES= ser-tcp.o ser-pipe.o
  XM_FILE= xm-alphaosf.h
  NAT_FILE= nm-osf3.h
  NATDEPFILES= infptrace.o inftarg.o corelow.o alpha-nat.o fork-child.o \

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