This is the mail archive of the gdb@sources.redhat.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]
Other format: [Raw text]

Re: mips-elf build fails


On Mon, 14 Oct 2002 14:16:51 -0400, Daniel Jacobowitz <drow@mvista.com> 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  <markom@opencores.org>

	* 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  <markom@opencores.org>

	* 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


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