This is the mail archive of the
archer@sourceware.org
mailing list for the Archer project.
Re: GDB and typedefs
>>>>> "Jim" == Jim Blandy <jimb@red-bean.com> writes:
[ changes to lookup code ]
Jim> But --- this wouldn't help in the case in the original post, would it?
Jim> The name 'jsval' is the only indication I have that this integral
Jim> value should be treated specially. If I don't have that name, I can't
Jim> do anything.
Nope, it won't really help. I think your case needs that dwarf reader
patch plus at least a patch to value_cast ... and maybe more after
that, depending on what other "interesting" code paths strip typedefs.
Tom