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: [patch] Add support for fido.


> Date: Mon, 25 Dec 2006 18:03:47 -0800
> From: Kazu Hirata <kazu@codesourcery.com>
> 
> Hi,
> 
> Attached is a patch to add support for fido, a new chip from Innovasic
> Semiconductor.
> 
> Tested by building gdb and running "Hello, world".  OK to apply?

> +/* Watchpoints are always continuable for these targets.  There's no
> +   multi-arch way to set this yet since it still lives in the target
> +   vector.
> +
> +   FIXME: If the Fido port is ever submitted, this should move to
> +   gdbarch.  */
> +#define HAVE_CONTINUABLE_WATCHPOINT 1

This suggests it isn't!

Mark


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