aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2019-02-16 18:31:51 -0700
committerKevin Buettner <kevinb@redhat.com>2019-02-26 10:28:05 -0700
commitaf54ade989cbbb1a43f4bc9d4d2e8e60814306f1 (patch)
tree0bc4254abd747724800adeb0b4a8aaabb6f5e0cb /gdb/NEWS
parentbc2a507e6e90fc5766bd68d368441f5b511c2ef1 (diff)
downloadbinutils-af54ade989cbbb1a43f4bc9d4d2e8e60814306f1.zip
binutils-af54ade989cbbb1a43f4bc9d4d2e8e60814306f1.tar.gz
binutils-af54ade989cbbb1a43f4bc9d4d2e8e60814306f1.tar.bz2
Document two argument form of gdb.Value constructor
gdb/ChangeLog: * NEWS: Mention two argument form of gdb.Value constructor. gdb/doc/ChangeLog: * python.texi (Values From Inferior): Document second form of Value.__init__.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 8fe961b..bfb023e 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -202,6 +202,9 @@ FreeBSD/riscv riscv*-*-freebsd*
gdb.SYMBOL_TYPES_DOMAIN are now deprecated. These were never
correct and did not work properly.
+ ** The gdb.Value type has a new constructor, which is used to construct a
+ gdb.Value from a Python buffer object and a gdb.Type.
+
* Configure changes
--enable-ubsan