From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 96323 invoked by alias); 22 Oct 2015 15:07:44 -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 96293 invoked by uid 89); 22 Oct 2015 15:07:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 22 Oct 2015 15:07:33 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 62B9AC0B2E22; Thu, 22 Oct 2015 15:07:32 +0000 (UTC) Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t9MF7Uaw021311; Thu, 22 Oct 2015 11:07:31 -0400 Message-ID: <5628FBB2.1030905@redhat.com> Date: Thu, 22 Oct 2015 16:06:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Eli Zaretskii CC: gdb-patches@sourceware.org Subject: Re: [PATCH 6/6] NEWS: "info" commands now list in ascending order References: <1445507944-9197-1-git-send-email-palves@redhat.com> <1445507944-9197-7-git-send-email-palves@redhat.com> <83io5zt0bi.fsf@gnu.org> In-Reply-To: <83io5zt0bi.fsf@gnu.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2015-10/txt/msg00476.txt.bz2 On 10/22/2015 04:00 PM, Eli Zaretskii wrote: >> From: Pedro Alves >> Date: Thu, 22 Oct 2015 10:59:04 +0100 >> >> gdb/ChangeLog: >> 2015-10-22 Pedro Alves >> >> * NEWS: Mention that a few "info" commands now list the >> corresponding items in ascending order. >> --- >> gdb/NEWS | 4 ++++ >> 1 file changed, 4 insertions(+) >> >> diff --git a/gdb/NEWS b/gdb/NEWS >> index b2b1e99..e16e861 100644 >> --- a/gdb/NEWS >> +++ b/gdb/NEWS >> @@ -24,6 +24,10 @@ >> >> * GDB now supports displaced stepping on AArch64 GNU/Linux. >> >> +* "info threads", "info inferiors", "info display", "info checkpoints" >> + and "maint info program-spaces" now list the corresponding items in >> + ascending order, for consistency with all other "info" commands. > ^^ > I'd suggest to add "alphabetic" where indicated. That would sound very confusing to me, as we sort by e.g., thread ID, not thread name, and alphabetic would suggest to me that we now sort by "name" or whatever else looks like a name. Would "ascending ID order" or "ascending numerical order" instead be OK with you? > > Otherwise, this is fine, thanks. > Thanks, Pedro Alves