This is the mail archive of the gdb-patches@sourceware.org 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: beta patch for PR 9065


>>>>> "Daniel" == Daniel Jacobowitz <dan@codesourcery.com> writes:

Daniel> It's been a while since I looked at this, but the typeinfo for a class
Daniel> with RTTI should be available in the symbol table (_ZTI
Daniel> symbols).

Oh, right.  Maybe I was confusing this w/ a vtable slot, whoops.

Daniel> We could synthesize a type_info object; the Itanium C++ ABI defines
Daniel> the layout (section 2.9.5).  But we might also have to synthesize its
Daniel> name() method, as it is unlikely to be emitted out of line.

I think it would be acceptable, though not ideal, to give an error in
this situation.

Tom


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