mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
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.
This commit is contained in:
parent
5569a85f45
commit
f5f85ab95f
@ -1,3 +1,9 @@
|
|||||||
|
2015-05-13 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
|
* 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 <patrick@parcs.ath.cx>
|
2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
|
||||||
|
|
||||||
* tui/tui-win.c (tui_async_resize_screen): Clear win_resized
|
* tui/tui-win.c (tui_async_resize_screen): Clear win_resized
|
||||||
|
7
gdb/NEWS
7
gdb/NEWS
@ -56,7 +56,6 @@
|
|||||||
** You can now write frame unwinders in Python.
|
** You can now write frame unwinders in Python.
|
||||||
** gdb.Type objects have a new method "optimized_out",
|
** gdb.Type objects have a new method "optimized_out",
|
||||||
returning optimized out gdb.Value instance of this type.
|
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
|
** gdb.Value objects have new methods "reference_value" and
|
||||||
"const_value" which return a reference to the value and a
|
"const_value" which return a reference to the value and a
|
||||||
"const" version of the value respectively.
|
"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*
|
HP/PA running HP-UX hppa*-*-hpux*
|
||||||
Itanium running HP-UX ia64-*-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
|
*** Changes in GDB 7.9
|
||||||
|
|
||||||
* GDB now supports hardware watchpoints on x86 GNU Hurd.
|
* GDB now supports hardware watchpoints on x86 GNU Hurd.
|
||||||
|
Loading…
Reference in New Issue
Block a user