home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gdb.bug
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!cs.ucsd.edu!mattson
- From: mattson@cs.ucsd.edu (Jim Mattson)
- Subject: gdb 4.7: missing #include "nm.h" in inftarg.c?
- Message-ID: <9212292108.AA06458@odin.ucsd.edu>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Tue, 29 Dec 1992 05:08:27 GMT
- Approved: bug-gdb@prep.ai.mit.edu
- Lines: 8
-
- When compiled for a sun4os4, gdb 4.7 won't attach to a running process.
- The complaint is "Can't attach to a process on this machine."
-
- It appears that inftarg.c needs to include nm.h so that ATTACH_DETACH
- will be defined in child_attach().
-
- --jim
-
-