aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-10-15 15:20:27 +0000
committerTom Tromey <tromey@redhat.com>2012-10-15 15:20:27 +0000
commit74f910c87c017f1f232e7a8f67daafc8072c1089 (patch)
tree9439ef94297fd2b5a8dd0c4bf8ea1fbab307c018 /gdb/testsuite/gdb.python
parentb7a54b5525ad5f927af8205463294664f493f211 (diff)
downloadgdb-74f910c87c017f1f232e7a8f67daafc8072c1089.zip
gdb-74f910c87c017f1f232e7a8f67daafc8072c1089.tar.gz
gdb-74f910c87c017f1f232e7a8f67daafc8072c1089.tar.bz2
PR python/14634:
* python/py-symbol.c (sympy_dealloc): Check for NULL symbol. testsuite * gdb.python/py-symbol.exp: Test symbol destructor.
Diffstat (limited to 'gdb/testsuite/gdb.python')
-rw-r--r--gdb/testsuite/gdb.python/py-symbol.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.python/py-symbol.exp b/gdb/testsuite/gdb.python/py-symbol.exp
index bc20ee4..4442e79 100644
--- a/gdb/testsuite/gdb.python/py-symbol.exp
+++ b/gdb/testsuite/gdb.python/py-symbol.exp
@@ -160,3 +160,4 @@ gdb_test "python print a\[0\].is_valid()" "True" "Test symbol validity"
delete_breakpoints
gdb_unload
gdb_test "python print a\[0\].is_valid()" "False" "Test symbol validity"
+gdb_test_no_output "python a = None" "Test symbol destructor"