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: [RFC] Stabs parsing regression from GDB 6.6 to GDB 6.6.90


Joel Brobecker wrote:

I was thinking that not having the error that was originially reported would a good first step. If we could simply store the assembly file produced by Pierre's example and then verify that "ptype u" works... But now that I actually tried Pierre's example, I get no error at all, even after having verified that I do get an @s64-etc stabs. I'm not sure why...


Are you on an LP64 host?


Changing this in read_huge_number:

-upper_limit = LONG_MAX / radix;
+upper_limit = 0x7fffffff / radix;

... will probably trigger it.

Cheers,
Pedro Alves




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