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]

Re: Getting access to anonymous_namespace_name in dwarf2out.c


On Mon, 21 Oct 2002 23:41:16 -0400, Daniel Berlin <dberlin@dberlin.org> said:

> i've been maintaining a patch that was approved eons ago that adds
> DW_AT_namespace support to dwarf2out.c, waiting for the GDB guys got
> around to adding namespace support.  David Carlton is working on it,

Yup.  Specifically, in case anybody else is curious, GDB 5.3 will at
least be able to handle DW_AT_namespace, DW_AT_imported_declaration,
and DW_AT_imported module without getting confused: it won't really
use the namespace info, but it will at least allow future GCC releases
to start putting that info in its debugging output.  Future releases
of GDB should then actually use that info, if present; some of that is
starting to work on branches of CVS GDB, though not yet in the trunk.

David Carlton
carlton@math.stanford.edu


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