From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 129017 invoked by alias); 4 Feb 2020 01:23:32 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 129007 invoked by uid 89); 4 Feb 2020 01:23:31 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=H*r:10.0.0, HContent-Transfer-Encoding:8bit X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 04 Feb 2020 01:23:30 +0000 Received: from [10.0.0.11] (unknown [192.222.164.54]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id EA3331E602; Mon, 3 Feb 2020 20:23:27 -0500 (EST) Subject: Re: [PATCH] Fixed gdb to print arrays with very high indexes To: "Sharma, Alok Kumar" , "gdb-patches@sourceware.org" Cc: "George, Jini Susan" , "Achra, Nitika" , Tom Tromey References: From: Simon Marchi Message-ID: <90a6c389-942b-5a29-970d-dd7300931e5f@simark.ca> Date: Tue, 04 Feb 2020 01:23:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-SW-Source: 2020-02/txt/msg00051.txt.bz2 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