This is the mail archive of the gdb-patches@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: Infinite loop in make_cv_type



drow@mvista.com said:
> This makes sense.  The 'k' means const.  810 looks to be the number
> for this type, since it's the first argument to operator=.  And the
> demangling of the current method says it takes a const ref to its own
> type (thus the ERKS_, if I remember my mangling rules correctly).

> What compiler is this?  It doesn't look like GCC; I believe GCC always
> generates type-pairs instead of type-nums.  Is this some ARM compiler
> that obeys the v3 ABI?

It's gcc-current as of about 2 days ago.  Configured for arm-netbsd 
(native).

> You might want to grab the entire stab out of the object file with
> objdump -G.

The particular stab line is coming from libstdc++.so.

> A testcase might help me sort through this a little better; I was the
> last person to grub through the cv-type stuff. 

I'll see what I can come up with.

R.



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