home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gdb.bug
- Path: sparky!uunet!think.com!sdd.hp.com!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!netcom.com!mauro
- From: mauro@netcom.com (Mauro DePalma)
- Subject: gdb-4.7 attach problem on SUN4
- Message-ID: <9301052004.AA14312@netcom.netcom.com>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Tue, 5 Jan 1993 20:04:55 GMT
- Approved: bug-gdb@prep.ai.mit.edu
- Lines: 20
-
- On a SPARCstation 1+ running SunOS 4.1.2 gdb-4.7 refuses to attach to
- a process. Although the solution is trivial I haven't seen to date any
- articles on this subject; for whatever it's worth to follow is a patch.
-
- mauro@netcom.com (member of the LPF)
-
- *** gdb/inftarg.c- Wed Oct 7 17:30:43 1992
- --- gdb/inftarg.c Tue Jan 5 11:36:28 1993
- ***************
- *** 26,31 ****
- --- 26,33 ----
- #include "gdbcore.h"
- #include "terminal.h" /* For #ifdef TIOCGPGRP and new_tty */
-
- + #include "nm.h"
- +
- #include <signal.h>
-
- static void
-
-