From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5108 invoked by alias); 26 Dec 2006 06:18:00 -0000 Received: (qmail 5099 invoked by uid 22791); 26 Dec 2006 06:18:00 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 26 Dec 2006 06:17:55 +0000 Received: (qmail 12048 invoked from network); 26 Dec 2006 06:17:53 -0000 Received: from unknown (HELO localhost) (dan@127.0.0.2) by mail.codesourcery.com with ESMTPA; 26 Dec 2006 06:17:53 -0000 Date: Tue, 26 Dec 2006 06:18:00 -0000 From: Daniel Jacobowitz To: Kazu Hirata Cc: gdb-patches@sources.redhat.com Subject: Re: [patch] Add support for fido. Message-ID: <20061226061751.GB16237@caradoc.them.org> References: <200612260203.kBQ23lTL007249@sparrowhawk.codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200612260203.kBQ23lTL007249@sparrowhawk.codesourcery.com> User-Agent: Mutt/1.5.13 (2006-08-11) 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/msg00320.txt.bz2 On Mon, Dec 25, 2006 at 06:03:47PM -0800, Kazu Hirata wrote: > +/* 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 Did you read my comment there? :-) I admit I'm not quite sure what to do about it. Because of the sorts of targets which define HAVE_CONTINUABLE_WATCHPOINT, this may be difficult to untangle. -- Daniel Jacobowitz CodeSourcery