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: [patch 1/2] Code reshuffle for patch 2/2 [Re: [patch] Do not bpstat_clear_actions on throw_exception]


On Mon, 22 Aug 2011 16:51:43 +0200, Jan Kratochvil wrote:
> gdb/
> 2011-08-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
> 
> 	No functionality change.
> 	* breakpoint.c (bpstat_clear_actions): Remove the BS parameter, make
> 	function comment a reference, new variables tp and bs, move here code
> 	from throw_exception.
> 	* breakpoint.h (bpstat_clear_actions): Remove the BS parameter,
> 	describe it in the comment.
> 	* exceptions.c (throw_exception): Remove variable tp, move the code for
> 	bpstat_clear_actions to bpstat_clear_actions.

Checked in; it could be also considered as a code cleanup maybe, just to avoid
carrying it over for all the other patches being investigated.
	http://sourceware.org/ml/gdb-cvs/2011-08/msg00112.html


Thanks,
Jan


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