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: [PATCH] Fixed gdb to print arrays with very high indexes


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


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