Related articles |
---|
'.stabs' info requested bimandre@BLEKUL60.BITNET (Andre Marien) (1990-06-05) |
Re: '.stabs' info requested bothner@cs.wisc.edu (1990-06-06) |
Re: '.stabs' info requested title@Think.COM (1990-06-06) |
Re: '.stabs' info requested pardo@cs.washington.edu (1990-06-07) |
Re: '.stabs' info requested dupuy@hudson.cs.columbia.edu (1990-06-07) |
Re: '.stabs' info requested meissner@osf.org (1990-06-14) |
Newsgroups: | comp.compilers |
From: | Andre Marien <bimandre@BLEKUL60.BITNET> |
Date: | Tue, 5 Jun 90 17:38:19 GMT |
Organization: | Compilers Central |
Keywords: | C, debug |
Compilers on Sun, Sequent, VAX generate symbolic info in their '.s' files when
compiling with '-g -S'. This allows to figure out what should go in there, but
not what may be possible besides what the compilers currently use. On
DECstations they 'forget' to do so, eliminating this possiblity. This would
not be a problem if somewhere in the docu of these systems there was a
description of the format. Only in the stabs.h and a.out one can find
something, but not half of the info one needs. The question : where do I find
this info in the docu ? If the answer is 'nowhere', has somebody the info for
suns, decs, ... ? Thanks a lot,
Andre' Marien
email : bimandre@cs.kuleuven.ac.be
or
email : bimandre@blekul60
[The AT&T System V.3.2 programmer's guide which is published by Prentice Hall
does a credible job of explaining the mysteries of the synbol table, though
not the assembler syntax to generate it. -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.