summaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-10-15 15:23:44 +0000
committerTom Tromey <tromey@redhat.com>2012-10-15 15:23:44 +0000
commitf45e35bd6b08b2fe82fbfad76b316dba5ac22fdb (patch)
tree54a38c9f7dcbd6cb48b9b671c882fb8ff6b8bdd2 /gdb/testsuite/ChangeLog
parentf4b02b440ffba0b7867d4fef1f2e13d44d1344ff (diff)
downloadgdb-f45e35bd6b08b2fe82fbfad76b316dba5ac22fdb.tar.gz
PR python/14635:
* python/py-symtab.c (del_objfile_sal): Set 'symtab' field to Py_None. testsuite * gdb.python/py-symtab.exp: Test sal and symtab destructors.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 71c2d85e3a1..38a36932763 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,9 @@
2012-10-15 Tom Tromey <tromey@redhat.com>
+ * gdb.python/py-symtab.exp: Test sal and symtab destructors.
+
+2012-10-15 Tom Tromey <tromey@redhat.com>
+
* gdb.python/py-symbol.exp: Test symbol destructor.
2012-10-14 Yao Qi <yao@codesourcery.com>