From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 41719 invoked by alias); 25 Apr 2017 21:02:34 -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 41696 invoked by uid 89); 25 Apr 2017 21:02:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=no version=3.3.2 spammy=disposal, H*Ad:U*macro 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; Tue, 25 Apr 2017 21:02:32 +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 1807E10A8BA; Tue, 25 Apr 2017 17:02:33 -0400 (EDT) From: John Baldwin To: gdb-patches@sourceware.org Cc: "Maciej W. Rozycki" , Luis Machado Subject: Re: [PATCH 4/4] Don't throw an error in 'info registers' for unavailable MIPS GP registers. Date: Tue, 25 Apr 2017 21:02:00 -0000 Message-ID: <14944949.O92xXI885z@ralph.baldwin.cx> User-Agent: KMail/4.14.10 (FreeBSD/11.0-STABLE; KDE/4.14.10; amd64; ; ) In-Reply-To: <3860196.vBEQgn8TUC@ralph.baldwin.cx> References: <20170412183727.22483-1-jhb@FreeBSD.org> <3860196.vBEQgn8TUC@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-04/txt/msg00696.txt.bz2 On Tuesday, April 18, 2017 03:19:31 PM John Baldwin wrote: > On Tuesday, April 18, 2017 10:33:28 PM Maciej W. Rozycki wrote: > > The use of angle brackets with the latter variant is consistent with other > > targets, so I might have just a slight preference for it, but I'll be > > happy to accept input from other people. > > I like and prefer it for similar reasons (consistency). FYI, I've posted a V2 which uses . > > Where space is at disposal full `' could be printed, e.g: > > > > (gdb) info registers s3 s4 s5 > > s3: > > s4: > > s5: 0x4f0000 This already works this way since it uses the generic routines to print register values. Only the table format is affected by the patch. -- John Baldwin