From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7760 invoked by alias); 13 Feb 2003 18:10:09 -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 7753 invoked from network); 13 Feb 2003 18:10:08 -0000 Received: from unknown (HELO fep02-svc.swip.net) (130.244.199.130) by 172.16.49.205 with SMTP; 13 Feb 2003 18:10:08 -0000 Received: from cockmaster ([212.151.67.249]) by fep02-svc.swip.net with ESMTP id <20030213181006.QXXK26670.fep02-svc.swip.net@cockmaster>; Thu, 13 Feb 2003 19:10:06 +0100 Date: Thu, 13 Feb 2003 18:10:00 -0000 From: Johan Rydberg To: Andrew Cagney Cc: Johan Rydberg , gdb@sources.redhat.com Subject: Re: moving watchpoint fns into target vector? Message-ID: <20030213192009.A20454@cockmaster> References: <3E4BDD0E.4070007@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: <3E4BDD0E.4070007@redhat.com>; from ac131313@redhat.com on Thu, Feb 13, 2003 at 18:59:42 +0100 X-SW-Source: 2003-02/txt/msg00215.txt.bz2 On 2003.02.13 18:59 Andrew Cagney wrote: : > Hi, : > : > Is anyone working on moving the fns for inserting/removing watchpoints : > into the target vector? Doing so would add support for hardware watchpoints : > in, for example, the remote target. : : Which functions are you thinking of? I was thinking about remote_insert_watchpoint in remote.c, but after refreshing my one year old CVS repository I see that it already has been done. Thanks anyway :) : Andrew Johan