aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/ChangeLog
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/doc/ChangeLog
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/doc/ChangeLog')
-rw-r--r--gdb/doc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 053fd36d..b5fac5a 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,8 @@
+2014-09-18 Doug Evans <dje@google.com>
+
+ * python.texi (Symbol Tables In Python): Document "producer"
+ attribute of gdb.Symtab objects.
+
2014-09-16 Pedro Alves <palves@redhat.com>
* gdb.texinfo (Starting) <run command>: Don't mention VxWorks.