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: [Core] [RFC] dwarf debug information: Handle Free Pascal virtual table indexes


>>>>> "Jonas" == Jonas Maebe <jonas.maebe@elis.ugent.be> writes:

Jonas> I based that on what I saw gcc 4.0 (and 4.2) generate under Mac
Jonas> OS X for a virtual C++ method:

Thanks for pointing this out.  It turns out that g++ is also doing the
wrong thing.  I filed this today after asking Jason about it:

    http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44126

So I guess we can safely try to reuse the existing C++ branch in the
DWARF reader for the Pascal case.  Whatever we have to do to support a
fixed g++ will have to work in a backward-compatible way anyhow.

Tom


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