From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8615 invoked by alias); 21 May 2012 16:27:29 -0000 Received: (qmail 8573 invoked by uid 22791); 21 May 2012 16:27:26 -0000 X-SWARE-Spam-Status: No, hits=-3.8 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; Mon, 21 May 2012 16:27:12 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0M4D00M00S6EAS00@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Mon, 21 May 2012 19:27:10 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.210.75]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M4D00MZCSD91Z80@a-mtaout21.012.net.il>; Mon, 21 May 2012 19:27:10 +0300 (IDT) Date: Mon, 21 May 2012 16:27: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: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83y5olxzx6.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-05/txt/msg00774.txt.bz2 > Date: Mon, 21 May 2012 14:10:30 +0530 > From: Siva Chandra > > 2012-05-21 Siva Chandra Reddy > > New attribute 'end' for gdb.Symtab_and_line. > * NEWS (Python Scripting): Add entry about the new attribute. > * python/py-symtab.c (salpy_get_end): New function which > implements the get method for the 'end' attribute of > gdb.Symtab_and_line. > (sal_object_getset): Add entry for the 'end' attribute. > > doc/ > * gdb.texinfo (Symbol Tables In Python): Add description about > the new 'end' attribute of gdb.Symtab_and line. > > testsuite/ > * gdb.python/py-symtab.exp: Add tests to test the new attribute > 'end' of gdb.Symtab_and_line. > * gdb.python/py-symbol.c: Move break point comment to enable > testing of gdb.Symtab_and_line.end. Thanks. The documentation parts of your patch are fine with me.