From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 68262 invoked by alias); 16 Jan 2017 15:35:13 -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 68252 invoked by uid 89); 16 Jan 2017 15:35:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:AES128-SHA, =e5=b0=a7, 170116, 17-01-16?= X-HELO: mail-lf0-f46.google.com Received: from mail-lf0-f46.google.com (HELO mail-lf0-f46.google.com) (209.85.215.46) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 16 Jan 2017 15:35:06 +0000 Received: by mail-lf0-f46.google.com with SMTP id v186so86272218lfa.1 for ; Mon, 16 Jan 2017 07:35:06 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=aWKRsxBEaEDfDKYzow4n2xYoZCtCVkYgiXZeapyL6iw=; b=iRrwTwBj215LwOrN+hM0gXA8dzyOGHiIVMfJKVgRReQ8rfCmUQFqS/19gPCEKjVxyB unkGkiEo2iarGIG/YJbIn6QVidb/19my3HBqQ5aXs474aMnDOa+b6TcZV0OvbLDBxzcO BhFTn99xpiMW5K3jAPQ8pQdcL/81MONvV++nPz54DaesyEUuc619bgb7kKyJeedsHJjY 7QBcY7Cm9l5ekTmOIwe9h4ZNsg30kk3rrFfi02nMcrlMstPc+PkgcktUgEGPeVYcXC2z knZnNwXRwTpEImn9nDryamBsmJVhaAMVNhcu/C76RfNuirvgchnCNfL/q7kF24SQrHOV IG9g== X-Gm-Message-State: AIkVDXJQMJDiTL5GXUQXSN1flgmiETLjxhz5WnyRxKdNN3uNaH9TG+glrdq19KcE1aJMag== X-Received: by 10.46.72.9 with SMTP id v9mr12347244lja.67.1484580904559; Mon, 16 Jan 2017 07:35:04 -0800 (PST) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id a138sm3723442lfb.2.2017.01.16.07.35.02 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Mon, 16 Jan 2017 07:35:04 -0800 (PST) Date: Mon, 16 Jan 2017 15:35:00 -0000 From: Yao Qi To: Joel Brobecker Cc: gdb-patches@sourceware.org, Yao Qi Subject: Re: gdb-7.12.1 update (2017-01-16) Message-ID: <20170116153449.GJ28060@E107787-LIN> References: <20170116103750.ordall4risshlrnx@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20170116103750.ordall4risshlrnx@adacore.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2017-01/txt/msg00297.txt.bz2 On 17-01-16 14:37:50, Joel Brobecker wrote: > Hello, > > As far as I can tell, we have currently one PR left that's currently > marked as blocking: > > Bug 20939 - GDB aborts if there is an error in disassembly > > AFAICT, Yao just sent a series of patches for master: > https://www.sourceware.org/ml/gdb-patches/2017-01/msg00288.html > > However, the patch uses C++, and therefore isn't applicable on > the branch as is. The fact that this is a 6-patch series (although > some of it is refactoring) is also creating a little extra nervousness > when so close to the .1. > > Before we consider the quicker/pure-C version, is this a regression > compared to 7.11.x? Yes, it is a regression compared with 7.11.1. I record this information in bugzilla as well. These 6 patches include refactor and test cases, so we don't need to backport all of them to 7.12 branch. I'd like to give a different fix for 7.12 branch. I'll post a fix tomorrow. -- Yao (齐尧)