From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 44806 invoked by alias); 12 Jun 2017 18:47:56 -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 44787 invoked by uid 89); 12 Jun 2017 18:47:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=no version=3.3.2 spammy= X-HELO: mail.baldwin.cx Received: from bigwig.baldwin.cx (HELO mail.baldwin.cx) (96.47.65.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 12 Jun 2017 18:47:54 +0000 Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by mail.baldwin.cx (Postfix) with ESMTPSA id 5D9D710AF08; Mon, 12 Jun 2017 14:47:57 -0400 (EDT) From: John Baldwin To: "Maciej W. Rozycki" Cc: gdb-patches@sourceware.org, Pedro Alves , Luis Machado Subject: Re: [PATCH 4/4] Don't throw an error in 'info registers' for unavailable MIPS GP registers. Date: Mon, 12 Jun 2017 18:47:00 -0000 Message-ID: <17900147.CpTq3xXkZM@ralph.baldwin.cx> User-Agent: KMail/4.14.10 (FreeBSD/11.0-STABLE; KDE/4.14.10; amd64; ; ) In-Reply-To: References: <20170412183727.22483-1-jhb@FreeBSD.org> <1732755.e2u3aPx1km@ralph.baldwin.cx> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg00352.txt.bz2 On Friday, May 05, 2017 09:08:01 PM Maciej W. Rozycki wrote: > On Fri, 5 May 2017, John Baldwin wrote: > > > > However, as you note, the primary goal is removing the error(), and I can > > > live with any format that is readable. > > > > Any other thoughts on "" vs "" vs always using the 64-bit > > table layout vs ? > > I've been busy with binutils stuff recently, sorry. I'll try to have a > look again next week. Ping? -- John Baldwin