diff options
author | Kevin Buettner <kevinb@redhat.com> | 2019-02-16 18:31:51 -0700 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2019-02-26 10:28:05 -0700 |
commit | af54ade989cbbb1a43f4bc9d4d2e8e60814306f1 (patch) | |
tree | 0bc4254abd747724800adeb0b4a8aaabb6f5e0cb /gdb/NEWS | |
parent | bc2a507e6e90fc5766bd68d368441f5b511c2ef1 (diff) | |
download | gdb-af54ade989cbbb1a43f4bc9d4d2e8e60814306f1.zip gdb-af54ade989cbbb1a43f4bc9d4d2e8e60814306f1.tar.gz gdb-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |