summaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-09-20 20:54:08 +0000
committerTom Tromey <tromey@redhat.com>2012-09-20 20:54:08 +0000
commitddefef9e98e090ab6f95d41edc857d3cb1dd6539 (patch)
treeecd1f80e1a2fd5aa16a9bba3c5e38c592bc2b847 /gdb/NEWS
parent382fa450c85584c3828439ca32382711b67d7709 (diff)
downloadgdb-ddefef9e98e090ab6f95d41edc857d3cb1dd6539.tar.gz
* NEWS: Update.
* python/python.c (finalize_python): New function. (_initialize_python): Make a final cleanup. testsuite * gdb.python/python.exp: Test atexit.register.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 365b2d48a98..86f57d86e06 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -7,6 +7,8 @@
** Vectors can be created with gdb.Type.vector.
+ ** Python's atexit.register now works in GDB.
+
* New Python-based convenience functions:
** $_memeq(buf1, buf2, length)