Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!brunix!cs.brown.edu!cs169054 From: cs169054@cs.brown.edu (Mariano Fernandez) Newsgroups: comp.unix.questions Subject: Decoding dbx symbol table information? Message-ID: <53618@brunix.UUCP> Date: 17 Oct 90 22:03:11 GMT Sender: news@brunix.UUCP Reply-To: cs169054@cs.brown.edu (Mariano Fernandez) Organization: Brown Computer Science Dept. Lines: 11 Keywords: Does anyone know where to find a description of the format for the additional symbol table information provided for dbx when compiling with cc and the -g option. I have found a description of the standard a.out file in Sun's documentation, but standard symbol table only includes pointers to structures and no information about their sizes or sub fields. I need this information in order to write a debugger for a an experimental machine, here at Brown. I would appreciate any help as to where to look. Thanks. Mariano Fernandez mgf@lems.brown.edu