From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6156 invoked by alias); 15 Nov 2013 16:37:15 -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 6145 invoked by uid 89); 15 Nov 2013 16:37:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_50,RDNS_NONE,SPF_SOFTFAIL,URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: mtaout21.012.net.il Received: from Unknown (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 15 Nov 2013 16:37:11 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MWB00G00CQZ5T00@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Fri, 15 Nov 2013 18:37:02 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MWB00FJWCTPXI90@a-mtaout21.012.net.il>; Fri, 15 Nov 2013 18:37:02 +0200 (IST) Date: Fri, 15 Nov 2013 16:38:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH v4] Resurrect gdb-add-index as a contrib script In-reply-to: <20131115145421.GA3096@host2.jankratochvil.net> To: Jan Kratochvil Cc: naesten@gmail.com, gdb-patches@sourceware.org, tromey@redhat.com, dje@google.com Reply-to: Eli Zaretskii Message-id: <837gc9ipun.fsf@gnu.org> References: <1383519137-26388-1-git-send-email-naesten@gmail.com> <20131115145421.GA3096@host2.jankratochvil.net> X-IsSubscribed: yes X-SW-Source: 2013-11/txt/msg00420.txt.bz2 > Date: Fri, 15 Nov 2013 15:54:21 +0100 > From: Jan Kratochvil > Cc: gdb-patches@sourceware.org, Tom Tromey , > Doug Evans , Eli Zaretskii > > On Sun, 03 Nov 2013 22:57:59 +0100, Samuel Bronson wrote: > > --- a/gdb/NEWS > > +++ b/gdb/NEWS > > @@ -32,6 +32,9 @@ > > Before, the former would print "", and the latter > > "*value not available*". > > > > +* New script contrib/gdb-add-index.sh for adding .gdb_index sections > > + to binaries. > > + > > * Python scripting > > > > ** Frame filters and frame decorators have been added. > > Eli usually reviews the NEWS part. Oops, sorry for missing that. This part is OK. Thanks.