aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2015-05-13 10:31:00 -0700
committerJoel Brobecker <brobecker@adacore.com>2015-05-13 10:33:28 -0700
commitf5f85ab95ff104eae872622ab3e2ad30a2b3d47a (patch)
tree1245125f5bbd1b3039bd25c102c71493fc449705 /gdb/NEWS
parent5569a85f45e4df3563254cea4caa02c7cb092480 (diff)
downloadgdb-f5f85ab95ff104eae872622ab3e2ad30a2b3d47a.zip
gdb-f5f85ab95ff104eae872622ab3e2ad30a2b3d47a.tar.gz
gdb-f5f85ab95ff104eae872622ab3e2ad30a2b3d47a.tar.bz2
gdb/NEWS: Move "Xmethods can now specify a result type" to GDB 7.9.1 section.
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.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS7
1 files changed, 6 insertions, 1 deletions
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.