From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13080 invoked by alias); 11 Dec 2014 18:35:59 -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 13064 invoked by uid 89); 11 Dec 2014 18:35:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f175.google.com Received: from mail-wi0-f175.google.com (HELO mail-wi0-f175.google.com) (209.85.212.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 11 Dec 2014 18:35:57 +0000 Received: by mail-wi0-f175.google.com with SMTP id l15so184871wiw.14 for ; Thu, 11 Dec 2014 10:35:55 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.194.221.2 with SMTP id qa2mr19027759wjc.48.1418322955134; Thu, 11 Dec 2014 10:35:55 -0800 (PST) Received: by 10.27.132.70 with HTTP; Thu, 11 Dec 2014 10:35:55 -0800 (PST) In-Reply-To: <87oarbmk80.fsf@br87z6lw.de.ibm.com> References: <1418232159-15289-1-git-send-email-arnez@linux.vnet.ibm.com> <1418232159-15289-2-git-send-email-arnez@linux.vnet.ibm.com> <87oarbmk80.fsf@br87z6lw.de.ibm.com> Date: Thu, 11 Dec 2014 18:35:00 -0000 Message-ID: Subject: Re: [PATCH v3 1/2] Add new GDB command "maint print user-registers" From: Doug Evans To: Andreas Arnez Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-12/txt/msg00252.txt.bz2 On Wed, Dec 10, 2014 at 10:29 AM, Andreas Arnez wrote: >> In the column title you could use "Num" or some such. > > Hm, that would be inconsistent with "maint print registers", which uses > "Nr" in the title as well. IMHO all user-visible interfaces should use > the same title for this column. Maybe we can change that in a separate > patch. No disagreement there.