From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4237 invoked by alias); 14 Feb 2012 18:04:40 -0000 Received: (qmail 4150 invoked by uid 22791); 14 Feb 2012 18:04:38 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 14 Feb 2012 18:04:13 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0LZE00I00A1VDZ00@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Tue, 14 Feb 2012 20:03:59 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.124.150.51]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LZE00IKTA6M5SF0@a-mtaout21.012.net.il>; Tue, 14 Feb 2012 20:03:59 +0200 (IST) Date: Tue, 14 Feb 2012 18:04:00 -0000 From: Eli Zaretskii Subject: Re: [RFA take 4] Allow setting breakpoints on inline functions (PR 10738) In-reply-to: <20120214093344.GA2439@toonder.wildebeest.org> To: Mark Wielaard Cc: gbenson@redhat.com, gdb-patches@sourceware.org, jan.kratochvil@redhat.com Reply-to: Eli Zaretskii Message-id: <83aa4lxpf1.fsf@gnu.org> References: <20120213184700.GA31170@redhat.com> <20120214093344.GA2439@toonder.wildebeest.org> X-IsSubscribed: yes 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 X-SW-Source: 2012-02/txt/msg00274.txt.bz2 > Date: Tue, 14 Feb 2012 10:33:45 +0100 > From: Mark Wielaard > Cc: gdb-patches@sourceware.org, Jan Kratochvil > > I think you should keep the historical information about older > versions and add precisely which symbols weren't included with > version 5 that are now included with version 6 in the documentation > of the gdb index format. That will be helpful for other producers > and consumers of the .gdb_index section (elfutils/binutils readelf, > gold --gdb-index option). I agree. Otherwise, the patch for the manual is approved. Thanks.