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]

Re: Helping out GDB



martin@loewis.home.cs.tu-berlin.de said:
> Why is that? If the symbols start with __vt_, it's vtable thunks; if
> they start with __vt., it's old-style vtables. Is that difficult to
> tell apart? 

Last time I looked, whether "." was a valid character for an object format 
was a back-end choice (the assembler may not grok it).  In such cases, 
either "$" or, in the worst case, "_" is substituted instead.  So in 
general: No, it isn't enough.

R.


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