This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
stabs+ debug info
- From: Waldek Hebisch <hebisch at math dot uni dot wroc dot pl>
- To: gcc at gcc dot gnu dot org
- Date: Fri, 14 Nov 2003 02:51:53 +0100 (MET)
- Subject: stabs+ debug info
I would like to know how to generate correct stabs+ debug info about
objects. AFAIKS `dbxout.c' uses method names as parts of stubs,
moreover objdump also takes part of type information from
mangled name. Both code in `dbxout.c' and in objdump look
very C++ specific.
I would like to generate info about GNU Pascal objects, is it
feasible to mangle Pascal names like C++ names (assuming I
accept some information loss) ? Are there any helper functions
to generate mangled names.
And not exactly gcc question: assuming I get out correct stabs,
will then gdb able to show me Pascal objects (is it able to
show C++ objects) ?
--
Waldek Hebisch
hebisch@math.uni.wroc.pl