diff options
author | Doug Evans <dje@google.com> | 2014-09-18 10:09:12 -0700 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2014-09-18 10:09:12 -0700 |
commit | 2b4fd423cf503beb6264590f0517d35f17a6ab8d (patch) | |
tree | 6cd77a3fb9668459b2262f83874cd31e3c361281 /gdb/NEWS | |
parent | 92c9bcd479e4cb388a7f286fc42414b115cfc656 (diff) | |
download | gdb-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/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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: |