This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: RFC: fix atexit.register
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Mon, 10 Sep 2012 22:52:29 +0300
- Subject: Re: RFC: fix atexit.register
- References: <87d31znom9.fsf@fleche.redhat.com> <874nn5d5ur.fsf@fleche.redhat.com>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> From: Tom Tromey <tromey@redhat.com>
> Date: Mon, 10 Sep 2012 13:40:12 -0600
>
> diff --git a/gdb/NEWS b/gdb/NEWS
> index dba6937..933d6f1 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)
OK for this part, thanks.