This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB 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: [Fwd: Re: c++/1512: no canonical way to output names of C++ types]


On Thu, Jan 15, 2004 at 11:33:35AM -0500, Andrew Cagney wrote:
> >
> >Possibly.  We search for the canonical form in the symbol table, which
> >means we need to canonicalize before adding them to the (partial, full,
> >maybe minimal also) symbol table.  The trick will be delaying the
> >add-to-symbol-table until the symbol is needed, using a clever trick
> >suggested by Ian - keeping a list of pending symbols by basename,
> >basically.
> 
> Is there a pointer to this thread?

Yes, it was on gcc-patches:
  http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02174.html
and followups.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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