[PATCH] Fixed gdb to print arrays with very high indexes

Sharma, Alok Kumar AlokKumar.Sharma@amd.com
Tue Feb 4 07:37:00 GMT 2020


Hi Simon,

> I'll do that in a few minutes, once I confirms it builds on my machine.

Thanks a lot.

> 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.

That would help. I request you to grant me the write permission. Please let me know if I need to do something for 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:

Thanks for pointing this out, I have fixed it now.

Regards,
Alok



-----Original Message-----
From: Simon Marchi <simark@simark.ca> 
Sent: Tuesday, February 4, 2020 6:53 AM
To: Sharma, Alok Kumar <AlokKumar.Sharma@amd.com>; gdb-patches@sourceware.org
Cc: George, Jini Susan <JiniSusan.George@amd.com>; Achra, Nitika <Nitika.Achra@amd.com>; Tom Tromey <tom@tromey.com>
Subject: Re: [PATCH] Fixed gdb to print arrays with very high indexes

[CAUTION: External Email]

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


More information about the Gdb-patches mailing list