From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Oliva To: gdb-patches@sourceware.cygnus.com Subject: Re: GDB 5.0 won't build on GNU/Linux/sparc Date: Sat, 20 May 2000 02:49:00 -0000 Message-id: References: X-SW-Source: 2000-05/msg00314.html On May 20, 2000, Alexandre Oliva wrote: > On GNU/Linux/sparc, it builds correctly, but it still doesn't work > :-( child_resume is called with step==1, and aborts because > SOFTWARE_SINGLE_STEP_P is also 1. This patch fixes this problem, and now it appears to work (not that I have tested it extensively!) The problem was that, when resume issued the software single step command, it cleared `step'. Later on, it would test whether step was zero and think it had been asked to `continue'. Ok to install?