home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / misc / discuss / 4660 < prev    next >
Encoding:
Internet Message Format  |  1993-01-27  |  1.6 KB

  1. Xref: sparky gnu.misc.discuss:4660 comp.sys.hp:15343
  2. Path: sparky!uunet!uunet.ca!canrem!telly!utzoo!torn!spool.mu.edu!howland.reston.ans.net!usc!rpi!batcomputer!cornell!uw-beaver!micro-heart-of-gold.mit.edu!mintaka.lcs.mit.edu!ai-lab!life.ai.mit.edu!friedman
  3. From: friedman@gnu.ai.mit.edu (Noah Friedman)
  4. Newsgroups: gnu.misc.discuss,comp.sys.hp
  5. Subject: Re: HP debug info and the FSF (was: Attaching gdb to a running process on an HP)
  6. Date: 27 Jan 93 13:01:21
  7. Organization: Free Software Foundation, 675 Mass Ave. Cambridge, MA 02139
  8. Lines: 10
  9. Message-ID: <FRIEDMAN.93Jan27130121@nutrimat.gnu.ai.mit.edu>
  10. References: <EARL.93Jan22154851@jsi-bwb.jade.ab.ca> <TML.93Jan23110713@hemuli.tik.vtt.fi>
  11.     <1993Jan23.200540.10828@Princeton.EDU>
  12.     <1993Jan24.205213.14915@bmerh85.bnr.ca>
  13.     <HUTTAR.93Jan25164454@hp750.itg.ti.com>
  14.     <FRANL.93Jan27115049@draco.centerline.com>
  15. NNTP-Posting-Host: nutrimat.gnu.ai.mit.edu
  16. In-reply-to: franl@centerline.com's message of 27 Jan 93 11:50:49
  17.  
  18. In article <FRANL.93Jan27115049@draco.centerline.com> franl@centerline.com (Fran Litterio) writes:
  19. >Which is it: Do gcc and gdb understand HP debug info or don't they?
  20.  
  21. They don't.  The port of GAS that Utah did for the hp-pa uses a
  22. different symbol table format that gdb can understand (probably dbx
  23. stabs, but I haven't actually checked).  But the assembler language is
  24. different from the native HPUX one too, so when you build gcc you have
  25. to either arrange always to use gas or never to (which means using the
  26. native assembler).  If you use the native assembler, gdb won't be able
  27. to debug the resulting executables.
  28.