From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15963 invoked by alias); 14 Oct 2002 18:24:54 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 15956 invoked from network); 14 Oct 2002 18:24:54 -0000 Received: from unknown (HELO jackfruit.Stanford.EDU) (171.64.38.136) by sources.redhat.com with SMTP; 14 Oct 2002 18:24:54 -0000 Received: (from carlton@localhost) by jackfruit.Stanford.EDU (8.11.6/8.11.6) id g9EIOYP04172; Mon, 14 Oct 2002 11:24:34 -0700 X-Authentication-Warning: jackfruit.Stanford.EDU: carlton set sender to carlton@math.stanford.edu using -f To: Daniel Jacobowitz Cc: gdb , Marko Mlinar Subject: Re: mips-elf build fails References: <20021014181651.GA12139@nevyn.them.org> From: David Carlton Date: Mon, 14 Oct 2002 11:24:00 -0000 In-Reply-To: <20021014181651.GA12139@nevyn.them.org> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-10/txt/msg00118.txt.bz2 On Mon, 14 Oct 2002 14:16:51 -0400, Daniel Jacobowitz said: > On Mon, Oct 14, 2002 at 11:00:12AM -0700, David Carlton wrote: >> My all-targets build over the weekend failed on mips-elf. I'm >> including the error messages below. >> This isn't on clean CVS sources, but I haven't modified infrun.c or >> anything mips-elf specific on the sources that I'm using for this >> build. All the other targets work. > That's STOPPED_BY_WATCHPOINT. The definition hasn't changed in > months.... Well, to be specific, the line is if (HAVE_NONSTEPPABLE_WATCHPOINT && STOPPED_BY_WATCHPOINT (ecs->ws)) So it seems reasonable to assume that it's some sort of interation between mips-elf and these patches: 2002-10-10 Marko Mlinar * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C, accidentially not commited 2002-10-09 * gdbarch.h, gdbarch.c: Re-generate. 2002-10-09 Marko Mlinar * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C. * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add. * gdbarch.h, gdbarch.c: Re-generate. In other words, I think it's HAVE_NONSTEPPABLE_WATCHPOINT rather than STOPPED_BY_WATCHPOINT that's the problem. David Carlton carlton@math.stanford.edu