From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18939 invoked by alias); 4 Mar 2020 16:14:21 -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 18930 invoked by uid 89); 4 Mar 2020 16:14:21 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-12.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=H*M:4c18 X-HELO: mail-qt1-f194.google.com Received: from mail-qt1-f194.google.com (HELO mail-qt1-f194.google.com) (209.85.160.194) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 04 Mar 2020 16:14:20 +0000 Received: by mail-qt1-f194.google.com with SMTP id j34so1767377qtk.4 for ; Wed, 04 Mar 2020 08:14:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=7P7P6wFICsMTMbOvdPK24s+MKb4+ABrKYSEfhuXAJg8=; b=hqvFms60PvkjbSZ0w9wDGKmp2HKX8DyXNdA7F26O1cQbskzK3Q488J87m4PqXaGFl8 X3nr+MG487LGciLUILL9fFhs/rkRcWu3WWYDDcCaydLvnUsfiK+p5Bc6Hm/fBundavv6 v+k+4cAe4HKU2AkaiGLBKHdlYn0alm/9X0HZ9u3u1KhA9jRMysdpplBfAMb7lvRohEeQ ihTE9X2QeAjIGDo5oJMsMO8gMaIkkJDP23N1DwXgnM/56zbnPMmufStnp0POqqIW0cr9 B7uWDyOYPmMgxz2TIrqCILdEzOpUysOahaG6bkzOtaCphSwPnQQrCcqenmnGNMe3DQKQ Ulfw== Return-Path: Received: from [192.168.0.185] ([179.183.11.205]) by smtp.gmail.com with ESMTPSA id t3sm12507800qkt.114.2020.03.04.08.14.13 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 04 Mar 2020 08:14:17 -0800 (PST) Subject: Re: [Regression] [PATCH] Do not print empty-group regs when printing general ones To: Shahab Vahedi , Shahab Vahedi , Christian Biesinger Cc: "gdb-patches@sourceware.org" , Claudiu Zissulescu , Francois Bedard , Andrew Burgess References: <20200120155315.30333-1-shahab.vahedi@gmail.com> <75f76108-a233-6fce-66a2-86452371e1be@linaro.org> <9c256b27-4a00-8830-46e2-934922e39cc2@linaro.org> <20200228133618.GA3269@gmail.com> <51718427-72e2-ce12-7181-26ec9b38d947@linaro.org> <20200228140801.GB3269@gmail.com> <20200228141545.GC3269@gmail.com> <33535485-cd54-6817-6e09-7f9de835766e@linaro.org> <7fe1214a-cf7e-2f02-5f9d-92368d3aedbe@synopsys.com> From: Luis Machado Message-ID: Date: Wed, 04 Mar 2020 16:14:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: <7fe1214a-cf7e-2f02-5f9d-92368d3aedbe@synopsys.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2020-03/txt/msg00091.txt Hi Shahab, On 3/4/20 12:19 PM, Shahab Vahedi wrote: > Hi Luis, > > On 3/4/20 2:16 PM, Luis Machado wrote: >> Should we revert this for now then, and address this problem with an upcoming patch? > > Since this breaks the backward compatibility, I agree. Thank you for looking into this. I've reverted this now, until we have a working fix.