From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20634 invoked by alias); 22 Jun 2012 18:43:35 -0000 Received: (qmail 20624 invoked by uid 22791); 22 Jun 2012 18:43:34 -0000 X-SWARE-Spam-Status: No, hits=-5.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-qc0-f182.google.com (HELO mail-qc0-f182.google.com) (209.85.216.182) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 22 Jun 2012 18:43:20 +0000 Received: by qcsg15 with SMTP id g15so1418902qcs.13 for ; Fri, 22 Jun 2012 11:43:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding:x-system-of-record :x-gm-message-state; bh=gXMvGoBD5R2Xl6Am9ttVTHsOc87QSD7IORivkUi9A2s=; b=TU2V1hSeH9+ogBsLSbjQhhfq2VeIH0xXXVa8G89+CVNER/lAX/ayEw7BAdjIrz7pBO MvS2HGmGDDhUSTgbpmEneRuPSIaIHxoGlRMWtGTHRxSebe8JxyKHWsMd1xTHAD68kLHJ UstGAktOITVN6t8hdC+LChGvd6PaGIpZyZ+RQ+MVyIz1/tQ4aYV/sThVZDgvaE3VQcUq JabdMpMzhtCFpLySyA3AzzegkLHwZtFyeXZfRA1j3uWdN5HzK9lWF5niH8G1N+iQD+WF DgpvZ8bqaGBMnYtniYtfqGxe9/+tlZs/yurxXVRu9Un/Og7broNp2Q3/Oj/oZfdzpHqJ q2Ng== Received: by 10.229.105.222 with SMTP id u30mr1593197qco.153.1340390599705; Fri, 22 Jun 2012 11:43:19 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.105.222 with SMTP id u30mr1593187qco.153.1340390599313; Fri, 22 Jun 2012 11:43:19 -0700 (PDT) Received: by 10.224.126.67 with HTTP; Fri, 22 Jun 2012 11:43:19 -0700 (PDT) In-Reply-To: <87r4t7gtma.fsf@fleche.redhat.com> References: <87r4t7gtma.fsf@fleche.redhat.com> Date: Fri, 22 Jun 2012 18:43:00 -0000 Message-ID: Subject: Re: [RFC - Python Scripting] Add 'end' attribute to gdb.Symtab_and_line From: Siva Chandra To: Tom Tromey Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true X-Gm-Message-State: ALoCoQnNUixpVSRCPhnQHjxVn+GwiX2zoV8wpSIW+X2LZYdycA1JVrvYIjO7XhTIQzr1ZMMC0O1XEJ98lfUFn/98GsoX+S5Fjgt9UEzGfm5Ow9AbbfFgRAjvQRnnJij7sdvUxzG4RZaVLqV+N5E1g/1w5mwqyr6q758WzDYfthjnBlGJDC2yb8O5SqCVY8RB1yr3LdoIkHJ4 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/msg00728.txt.bz2 Siva> There is already an attribute 'pc' which Siva> is described as "Indicates the current program counter address" in the Siva> documentation. =A0I do not think this description is accurate: 'pc' is Siva> actually the begin address of the program counter address range for Siva> the current source line. Tom> Would you mind fixing the documentation here? Tom> (As a separate patch, not required for this one.) Sure. Will send a separate patch. Thanks, Siva Chandra