From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23313 invoked by alias); 12 Jun 2012 19:43:47 -0000 Received: (qmail 23302 invoked by uid 22791); 12 Jun 2012 19:43:46 -0000 X-SWARE-Spam-Status: No, hits=-4.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,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, 12 Jun 2012 19:43:33 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0M5I00500S19V900@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Tue, 12 Jun 2012 22:43:31 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.210.75]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M5I005A1S4JR990@a-mtaout21.012.net.il>; Tue, 12 Jun 2012 22:43:31 +0300 (IDT) Date: Tue, 12 Jun 2012 19:43:00 -0000 From: Eli Zaretskii Subject: Re: [RFC - Python Scripting] Add 'end' attribute to gdb.Symtab_and_line In-reply-to: To: Siva Chandra Cc: dje@google.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83ehpkz574.fsf@gnu.org> References: 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-06/txt/msg00369.txt.bz2 > Date: Wed, 13 Jun 2012 00:10:39 +0530 > From: Siva Chandra > Cc: gdb-patches@sourceware.org > > + ** gdb.Symtab_and_line has new attribute 'end_pc' which holds the end > + address of the program counter address range for the current source > + line. Perhaps this minor rewording is better: gdb.Symtab_and_line has a new attribute 'end_pc' which holds the end of the address range occupied by code for the current source line. > +@defvar Symtab_and_line.end_pc > +Indicates the end address of the program counter address range for > +the current source line. This attribute is not writable. > +@end defvar Can you reword this so as not to use "address" twice in the same sentence, like I did for NEWS? Thanks.