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: [commit] make step_1 use step_once


On Thursday 11 December 2008 20:35:26, Pedro Alves wrote:
> Hi guys,
> 
> This makes step_1 use step_once in the sync case as well to reduce
> code (and logic) duplication.
> 
> I found out when moving patches between trees here that I was doing
> essentially what Daniel had already done in his pending inline frame
> support patch set, so I split and merged both.  Any new bug is
> of course credited to yours truly.  Daniel, I hope you don't mind me
> doing this.
> 

Argh, the ChangeLog entry I commited was this one, not what in the patch:

2008-12-11  Daniel Jacobowitz  <dan@codesourcery.com>
	    Pedro Alves  <pedro@codesourcery.com>

	* infcmd.c (step_1): Use step_once in the synchronous case too.
	(step_1_continuation): Wrap line.
	(step_once): Adjust comment.  Only install the continuation in
	async mode.

> Tested on x86-64-unknown-linux-gnu sync/async, and checked in.
> 

-- 
Pedro Alves


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