home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / gdb / bug / 1352 < prev    next >
Encoding:
Text File  |  1993-01-06  |  953 b   |  33 lines

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