From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 129226 invoked by alias); 3 Nov 2016 20:59:57 -0000 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 Received: (qmail 129215 invoked by uid 89); 3 Nov 2016 20:59:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=H*f:sk:001a114, H*i:sk:001a114, 10pm X-HELO: mail-wm0-f42.google.com Received: from mail-wm0-f42.google.com (HELO mail-wm0-f42.google.com) (74.125.82.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 03 Nov 2016 20:59:55 +0000 Received: by mail-wm0-f42.google.com with SMTP id u144so6338724wmu.1 for ; Thu, 03 Nov 2016 13:59:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=dJ/1GzCQGEYUE9Whhs6YItGQfz1f25pUM8CJsI1fl6w=; b=OQ9RfrdqjaaQy+qJ/sgWLdDoDiAM6oJthB1Rg2fty8IblehU0qsM+N/vfFS1qgb6iS tfTE73OZQ3Rwl3ai9ydctvMXz4u6QocB4Aq1M4hEw1Dy53LH3tXkD2ghrwnxedJMQVda X8sEG1WxHKSnw22Ou/4QqoxVtL/5EiXiRRWQr7BnuB4k/g7xp0ofdzbMkybaWZ4jmc7a pEaW2XU98gZSzNN7dG7FlfvSgMz9Xto1Mg2bMQnFqH+iRxz2pkDgf8QAEVCxWI7oc+2M IyLdOXDwY0a0UHpI9qvO4w5Nia1NFJeqrliTYg0LnBshMRdVhVDM/W9a7xrojxdWv3JF 5xUw== X-Gm-Message-State: ABUngveENl1Z0esmMBVdiWPJbTTuJ8EmR1TuB0XdFwdSB2R2EQTNNsTP9QoFO+iDOzj5EA== X-Received: by 10.28.16.65 with SMTP id 62mr3744160wmq.130.1478206793894; Thu, 03 Nov 2016 13:59:53 -0700 (PDT) Received: from chromebook-f19.Home ([2a02:c7d:8e80:c00:2202:afff:fef6:5f17]) by smtp.gmail.com with ESMTPSA id 132sm952441wmn.16.2016.11.03.13.59.53 (version=TLS1_2 cipher=AES128-GCM-SHA256 bits=128/128); Thu, 03 Nov 2016 13:59:53 -0700 (PDT) Date: Thu, 03 Nov 2016 20:59:00 -0000 From: Yao Qi To: Doug Evans Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] Fix ext lang calls to value_struct_elt Message-ID: <20161103205943.GA2801@chromebook-f19.Home> References: <001a11405eae5bc7d80540698d1d@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001a11405eae5bc7d80540698d1d@google.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2016-11/txt/msg00072.txt.bz2 On Thu, Nov 03, 2016 at 06:16:10PM +0000, Doug Evans wrote: > Hi. > > I found this while reading the code. > > 2016-11-03 Doug Evans > > * guile/scm-value.c (gdbscm_value_field): Fix call to value_struct_elt. > * python/py-value.c (valpy_getitem): Ditto. > Patch is good to me.