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: gnu-v3-abi.c: problems w/ virtual base class


> OK, that's the problem.  What we should probably be doing in minsyms.c
> is checking for a valid v3 mangled name...

Ah.  That would probably be a fair bit of overhead to symbol loading though
if you're going to match every symbol name against some criteria.  I suppose
we could optimize by never doing the check again once the abi is set to v3.
Is there an existing function to check it or should I roll my own?  Also, I
didn't find any reference to gcc's mangling style in the manuals.  Is it
documented or is it 'read the code'?

cheers,

Kris


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