This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC: fix atexit.register


> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]