This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]