DWARF-2 and constructors/destructors
Daniel Jacobowitz
dmj+@andrew.cmu.edu
Wed Dec 5 19:53:00 GMT 2001
Suppose you want to call a (non-virtual) method in C++, from something
with Dwarf-2 info. The only way to get the mangled name from the debug
info is DW_AT_MIPS_linkage_name. This isn't, of course, present for
constructors/destructors, since the entry in the class definition is
for the abstract version.
Is it reasonable for the debugger to have to mangle this itself? The
constructor arguments can be arbitrarily complex. Should there be
references in the debug information to the base and complete
constructors anywhere?
--
Daniel Jacobowitz Carnegie Mellon University
MontaVista Software Debian GNU/Linux Developer
More information about the Gcc
mailing list