This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Fixed gdb to print arrays with very high indexes
- From: Tom Tromey <tom at tromey dot com>
- To: "Sharma\, Alok Kumar" <AlokKumar dot Sharma at amd dot com>
- Cc: "gdb-patches\@sourceware.org" <gdb-patches at sourceware dot org>, "George\, Jini Susan" <JiniSusan dot George at amd dot com>, "Achra\, Nitika" <Nitika dot Achra at amd dot com>
- Date: Fri, 31 Jan 2020 11:13:03 +0100
- Subject: Re: [PATCH] Fixed gdb to print arrays with very high indexes
- References: <DM6PR12MB312912C12E60E8EB91778B909E050@DM6PR12MB3129.namprd12.prod.outlook.com> <DM6PR12MB31298B64316E8F9E578EE9F79E050@DM6PR12MB3129.namprd12.prod.outlook.com>
>>>>> ">" == Sharma, Alok Kumar <AlokKumar.Sharma@amd.com> writes:
[...]
>> Resolution:
>> We have now changed the datatype of 'i' to LONGEST which is same as
>> datatype of bounds.
Thank you for the patch and the explanation.
>> +# Copyright 2012-2020 Free Software Foundation, Inc.
The two new files should probably only mention 2020.
The patch is ok with that nit fixed.
Tom