From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6436 invoked by alias); 30 Jan 2012 13:58:05 -0000 Received: (qmail 6422 invoked by uid 22791); 30 Jan 2012 13:58:03 -0000 X-SWARE-Spam-Status: No, hits=-6.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 30 Jan 2012 13:57:46 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q0UDvjXW012968 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 30 Jan 2012 08:57:45 -0500 Received: from host2.jankratochvil.net (ovpn-116-47.ams2.redhat.com [10.36.116.47]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q0UDvgjR025414 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Mon, 30 Jan 2012 08:57:44 -0500 Date: Mon, 30 Jan 2012 14:04:00 -0000 From: Jan Kratochvil To: gdb-patches@sourceware.org Subject: Re: [RFA take 3] Allow setting breakpoints on inline functions (PR 10738) Message-ID: <20120130135741.GA24593@host2.jankratochvil.net> References: <20120127151034.GA22606@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120127151034.GA22606@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) 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-01/txt/msg00986.txt.bz2 Hi Gary, On Fri, 27 Jan 2012 16:10:34 +0100, Gary Benson wrote: > This patch makes GDB able to set breakpoints on inlined functions. BTW this means we should possibly increase .gdb_index version as existing .gdb_index files generated before your patch have it incomplete. Thanks, Jan