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: Simon Marchi <simark at simark dot ca>
- To: "Sharma, Alok Kumar" <AlokKumar dot Sharma at amd dot com>, "gdb-patches at sourceware dot org" <gdb-patches at sourceware dot org>
- Cc: "George, Jini Susan" <JiniSusan dot George at amd dot com>, "Achra, Nitika" <Nitika dot Achra at amd dot com>, Tom Tromey <tom at tromey dot com>
- Date: Mon, 3 Feb 2020 20:23:27 -0500
- Subject: Re: [PATCH] Fixed gdb to print arrays with very high indexes
- References: <DM6PR12MB3129B5A33BB11FEC833CB50F9E000@DM6PR12MB3129.namprd12.prod.outlook.com>
On 2020-02-03 12:20 a.m., Sharma, Alok Kumar wrote:
> As I don’t have required permission, It would be great if someone from the gdb-patches pushes this patch?
>
> Thanks in advance !!
>
> Regards,
> Alok
Hi Alok,
I'll do that in a few minutes, once I confirms it builds on my machine.
If you plan on contributing patches regularly, it would be an option for you
to get write access to the repo. You could then push your own patches, once
they are approved. Let me know if you'd like to do that.
On another note, could you please fix your name in git? It currently appears
as `alosharm`, which I presume is your username. You can do either:
$ git config user.name "Alok Kumar Sharma"
in the binutils-gdb repository, to apply it only to that repo, or:
$ git config --global user.name "Alok Kumar Sharma"
to apply it to all your repos.
Simon