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]

[commit] [patch 1/2] Fix cleanups handling mistakes


On Thu, 02 May 2013 18:49:30 +0200, Pedro Alves wrote:
> On 05/01/2013 05:57 PM, Jan Kratochvil wrote:
> > 	* event-top.c (display_gdb_prompt): Call missing do_cleanups.
> > 	* infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
> > 	* symfile.c (symfile_bfd_open): New variable back_to.  Do not leave
> > 	a stale cleanup.  Fix double free of NAME.
> 
> Looks good to me.

Checked in:
	http://sourceware.org/ml/gdb-cvs/2013-05/msg00021.html


Thanks,
Jan


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