From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 67736 invoked by alias); 22 Oct 2015 15:00:54 -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 67715 invoked by uid 89); 22 Oct 2015 15:00:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout20.012.net.il Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 22 Oct 2015 15:00:50 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0NWM00I00M9UA100@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Thu, 22 Oct 2015 18:00:48 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.94.185.246]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NWM00I7FN1B3C60@a-mtaout20.012.net.il>; Thu, 22 Oct 2015 18:00:48 +0300 (IDT) Date: Thu, 22 Oct 2015 16:00:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH 6/6] NEWS: "info" commands now list in ascending order In-reply-to: <1445507944-9197-7-git-send-email-palves@redhat.com> To: Pedro Alves Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83io5zt0bi.fsf@gnu.org> References: <1445507944-9197-1-git-send-email-palves@redhat.com> <1445507944-9197-7-git-send-email-palves@redhat.com> X-IsSubscribed: yes X-SW-Source: 2015-10/txt/msg00473.txt.bz2 > 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. Otherwise, this is fine, thanks.