From patchwork Wed May 13 17:35:58 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Brobecker X-Patchwork-Id: 6704 Received: (qmail 52323 invoked by alias); 13 May 2015 17:36:02 -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 52311 invoked by uid 89); 13 May 2015 17:36:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL, BAYES_00, SPF_PASS, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 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 (AES256-SHA encrypted) ESMTPS; Wed, 13 May 2015 17:36:00 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 7879D287DF for ; Wed, 13 May 2015 13:35:58 -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 MhJ0qGQIfWbY for ; Wed, 13 May 2015 13:35:58 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 4A92A287D1 for ; Wed, 13 May 2015 13:35:58 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id D662040DAA; Wed, 13 May 2015 10:36:00 -0700 (PDT) From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [pushed] gdb/NEWS: Move "Xmethods can now specify a result type" to GDB 7.9.1 section. Date: Wed, 13 May 2015 10:35:58 -0700 Message-Id: <1431538558-24148-1-git-send-email-brobecker@adacore.com> Hello, As this change was ported to GDB 7.9.1, the NEWS entry is moved to a newly-created "Changes in GDB 7.9.1" section, matching the NEWS file which is going to be distributed with the GDB 7.9.1 release. gdb/ChangeLog: * NEWS: Create "Changes in GDB 7.9.1" section. Move news about Xmethods now being able to specify a result type to that new section. Pushed as obvious. Thanks, diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bef49d8..cf4b9de 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2015-05-13 Joel Brobecker + + * NEWS: Create "Changes in GDB 7.9.1" section. Move news about + Xmethods now being able to specify a result type to that new + sectioin. + 2015-05-13 Patrick Palka * tui/tui-win.c (tui_async_resize_screen): Clear win_resized diff --git a/gdb/NEWS b/gdb/NEWS index bf12101..7778830 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -56,7 +56,6 @@ ** You can now write frame unwinders in Python. ** gdb.Type objects have a new method "optimized_out", returning optimized out gdb.Value instance of this type. - ** Xmethods can now specify a result type. ** gdb.Value objects have new methods "reference_value" and "const_value" which return a reference to the value and a "const" version of the value respectively. @@ -172,6 +171,12 @@ fork-events and vfork-events features in qSupported HP/PA running HP-UX hppa*-*-hpux* Itanium running HP-UX ia64-*-hpux* +*** Changes in GDB 7.9.1 + +* Python Scripting + + ** Xmethods can now specify a result type. + *** Changes in GDB 7.9 * GDB now supports hardware watchpoints on x86 GNU Hurd.