aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2014-09-18 10:09:12 -0700
committerDoug Evans <dje@google.com>2014-09-18 10:09:12 -0700
commit2b4fd423cf503beb6264590f0517d35f17a6ab8d (patch)
tree6cd77a3fb9668459b2262f83874cd31e3c361281 /gdb/NEWS
parent92c9bcd479e4cb388a7f286fc42414b115cfc656 (diff)
downloadgdb-2b4fd423cf503beb6264590f0517d35f17a6ab8d.zip
gdb-2b4fd423cf503beb6264590f0517d35f17a6ab8d.tar.gz
gdb-2b4fd423cf503beb6264590f0517d35f17a6ab8d.tar.bz2
New "producer" attribute of python gdb.Symtab.
gdb/ChangeLog: * NEWS: Mention new "producer" attribute of gdb.Symtab. * python/py-symtab.c (stpy_get_producer): New function. (symtab_object_getset): Add "producer" attribute. gdb/doc/ChangeLog: * python.texi (Symbol Tables In Python): Document "producer" attribute of gdb.Symtab objects. gdb/testsuite/ChangeLog: * gdb.dwarf2/symtab-producer.exp: New file.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 343ee49..82ee57b 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -6,7 +6,9 @@
* GDB now supports hardware watchpoints on x86 GNU Hurd.
* Python Scripting
- You can now access frame registers from Python scripts.
+
+ ** You can now access frame registers from Python scripts.
+ ** New attribute 'producer' for gdb.Symtab objects.
* New Python-based convenience functions: