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]

Patch to let Alpha debuggers debug a remote target over Telnet


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

I've attached a ChangeLog and a patch.
2000-04-25  Guy Harris  <guy@netapp.com>

	* config/alpha/alpha-osf3.mh: include ser-tcp.o in debuggers
	hosted on OSF/1 3.x and later, so they can debug remote targets
	via Telnet to a terminal server as well as via a direct serial
	connection.
Index: gdb/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 01:14:28
***************
*** 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
  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]