From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30504 invoked by alias); 26 Dec 2006 14:07:15 -0000 Received: (qmail 30424 invoked by uid 22791); 26 Dec 2006 14:07:14 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO brahms.sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 26 Dec 2006 14:07:07 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.13.8/8.13.6) with ESMTP id kBQE4Q0I012361; Tue, 26 Dec 2006 15:04:26 +0100 (CET) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.13.8/8.13.8/Submit) id kBQE4PHS009232; Tue, 26 Dec 2006 15:04:25 +0100 (CET) Date: Tue, 26 Dec 2006 14:07:00 -0000 Message-Id: <200612261404.kBQE4PHS009232@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: kazu@codesourcery.com CC: gdb-patches@sources.redhat.com, dan@codesourcery.com In-reply-to: <200612260203.kBQ23lTL007249@sparrowhawk.codesourcery.com> (message from Kazu Hirata on Mon, 25 Dec 2006 18:03:47 -0800) Subject: Re: [patch] Add support for fido. References: <200612260203.kBQ23lTL007249@sparrowhawk.codesourcery.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-12/txt/msg00323.txt.bz2 > Date: Mon, 25 Dec 2006 18:03:47 -0800 > From: Kazu Hirata > > 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