This is the mail archive of the gdb-patches@sourceware.cygnus.com 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]

Re: GDB 5.0 won't build on GNU/Linux/sparc


On May 20, 2000, Alexandre Oliva <aoliva@cygnus.com> wrote:

> 	* infrun.c (resume): Do not change continue to step if we single
> 	step on software.

> Index: gdb/infrun.c
> ===================================================================
> RCS file: /cvs/src/src/gdb/infrun.c,v
> retrieving revision 1.6.2.2
> diff -u -r1.6.2.2 infrun.c
> --- gdb/infrun.c	2000/04/20 11:00:29	1.6.2.2
> +++ gdb/infrun.c	2000/05/20 09:39:27
> @@ -902,7 +902,7 @@
>  	    }
>  	  else
>  	    {
> -	      if (!step)
> +	      if (!SOFTWARE_SINGLE_STEP_P && !step)
>  		{
>  		  warning ("Internal error, changing continue to step.");
>  		  remove_breakpoints ();

I'm not sure I understood the final decision regarding this patch.
Should I check it in or not?

-- 
Alexandre Oliva    Enjoy Guaranį, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me


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