From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30580 invoked by alias); 21 Sep 2016 18:09:23 -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 30570 invoked by uid 89); 21 Sep 2016 18:09:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=brobecker, Brobecker, Don X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 21 Sep 2016 18:09:21 +0000 Received: from svr-orw-fem-02x.mgc.mentorg.com ([147.34.96.206] helo=SVR-ORW-FEM-02.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1bmlxP-0000Fg-Pz from Don_Breazeal@mentor.com ; Wed, 21 Sep 2016 11:09:19 -0700 Received: from [172.30.7.102] (147.34.91.1) by SVR-ORW-FEM-02.mgc.mentorg.com (147.34.96.168) with Microsoft SMTP Server (TLS) id 14.3.224.2; Wed, 21 Sep 2016 11:09:19 -0700 Subject: Re: GDB 7.12 release - 2016-09-21 update? To: Joel Brobecker , References: <20160921171639.GB3842@adacore.com> CC: , Pedro Alves , Yao Qi , From: Don Breazeal Message-ID: <57E2CCC9.2040905@codesourcery.com> Date: Wed, 21 Sep 2016 18:30:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <20160921171639.GB3842@adacore.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg00269.txt.bz2 On 9/21/2016 10:16 AM, Joel Brobecker wrote: > > PR 20395: -var-update gives incorrect register values for frames 1 and above > > Assigned to: Don Breazeal > Status: Patch proposed, but not sure it is good. > > Proposed as blocker for 7.12 because incorrect data is returned. > However, not sure whether I agree or not yet. I think a better > question to ask would be: Is it a regression compared to 7.11? > Hi Joel, This problem was present in 7.11. Thanks --Don