Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!cmcl2!harvard!husc6!panda!genrad!decvax!decwrl!pyramid!pesnta!hplabs!tektronix!reed!omssw2!ogcvax!sequent!mntgfx!willn From: willn@mntgfx.UUCP Newsgroups: net.lang.c++ Subject: C++ compiler/debugger interface help needed Message-ID: <325@apollo.mntgfx.UUCP> Date: Fri, 30-May-86 20:28:34 EDT Article-I.D.: apollo.325 Posted: Fri May 30 20:28:34 1986 Date-Received: Sat, 7-Jun-86 00:46:47 EDT Organization: Mentor Graphics, Beaverton OR Lines: 5 Keywords: symbol table debugging To support a source-level debugger for C++, I need access to the C++ symbol table (in cfront.h, dcl*.c and table.c). I would be interested in hearing of anyone's prior experience extracting and saving the relevant information (scoping, size, name, source line, etc.) to disk for later access by running programs.