diff options
author | Tom Tromey <tromey@redhat.com> | 2012-09-20 20:54:11 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-09-20 20:54:11 +0000 |
commit | d7de8e3ce962db7df6f4107101a87f53129e98eb (patch) | |
tree | ef282d5c25697b0975283b61cae01f4013798332 /gdb/NEWS | |
parent | 05eade73e1f590a99d2c6ac2359e62c0765f9ca4 (diff) | |
download | gdb-d7de8e3ce962db7df6f4107101a87f53129e98eb.zip gdb-d7de8e3ce962db7df6f4107101a87f53129e98eb.tar.gz gdb-d7de8e3ce962db7df6f4107101a87f53129e98eb.tar.bz2 |
* 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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |