From patchwork Fri Jun 14 18:31:30 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Tromey X-Patchwork-Id: 33136 Received: (qmail 111437 invoked by alias); 14 Jun 2019 18:31:43 -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 111366 invoked by uid 89); 14 Jun 2019 18:31:37 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-22.8 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.1 spammy=launched, HContent-Transfer-Encoding:8bit X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 14 Jun 2019 18:31:36 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 7EECD56113; Fri, 14 Jun 2019 14:31:32 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id WBgL6Ws0vm8l; Fri, 14 Jun 2019 14:31:32 -0400 (EDT) Received: from murgatroyd.Home (174-29-48-168.hlrn.qwest.net [174.29.48.168]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by rock.gnat.com (Postfix) with ESMTPSA id 2A1875610C; Fri, 14 Jun 2019 14:31:32 -0400 (EDT) From: Tom Tromey To: gdb-patches@sourceware.org Cc: Tom Tromey Subject: [PATCH] Minor NEWS rearrangement Date: Fri, 14 Jun 2019 12:31:30 -0600 Message-Id: <20190614183130.8216-1-tromey@adacore.com> MIME-Version: 1.0 I noticed that a NEWS item about Python scripting changes appeared between an item about a convenience function and an item about a convenience variable. I think it's better for the latter to be next to each other. gdb/ChangeLog 2019-06-14 Tom Tromey * NEWS: Move convenience variable news above Python news. --- gdb/ChangeLog | 4 ++++ gdb/NEWS | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/gdb/NEWS b/gdb/NEWS index 76564d06774..0a3b5b8b6c8 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -21,6 +21,10 @@ * Two new convenience functions $_cimag and $_creal that extract the imaginary and real parts respectively from complex numbers. +* New built-in convenience variables $_shell_exitcode and $_shell_exitsignal + provide the exitcode or exit status of the shell commands launched by + GDB commands such as "shell", "pipe" and "make". + * Python API ** The gdb.Value type has a new method 'format_string' which returns a @@ -32,10 +36,6 @@ ** gdb.Type has a new property 'objfile' which returns the objfile the type was defined in. -* New built-in convenience variables $_shell_exitcode and $_shell_exitsignal - provide the exitcode or exit status of the shell commands launched by - GDB commands such as "shell", "pipe" and "make". - * New commands | [COMMAND] | SHELL_COMMAND