From patchwork Thu Oct 22 09:59:04 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pedro Alves X-Patchwork-Id: 9307 Received: (qmail 37987 invoked by alias); 22 Oct 2015 09:59:16 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 37896 invoked by uid 89); 22 Oct 2015 09:59:16 -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 09:59:13 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 4B100225 for ; Thu, 22 Oct 2015 09:59:12 +0000 (UTC) Received: from brno.lan (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t9M9x5Fx014526 for ; Thu, 22 Oct 2015 05:59:11 -0400 From: Pedro Alves To: gdb-patches@sourceware.org Subject: [PATCH 6/6] NEWS: "info" commands now list in ascending order Date: Thu, 22 Oct 2015 10:59:04 +0100 Message-Id: <1445507944-9197-7-git-send-email-palves@redhat.com> In-Reply-To: <1445507944-9197-1-git-send-email-palves@redhat.com> References: <1445507944-9197-1-git-send-email-palves@redhat.com> 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. + * New commands maint set target-non-stop (on|off|auto)