From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30771 invoked by alias); 13 Feb 2003 17:59:41 -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 30750 invoked from network); 13 Feb 2003 17:59:40 -0000 Received: from unknown (HELO localhost.redhat.com) (193.41.215.82) by 172.16.49.205 with SMTP; 13 Feb 2003 17:59:40 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 752693CE5; Thu, 13 Feb 2003 18:59:42 +0100 (CET) Message-ID: <3E4BDD0E.4070007@redhat.com> Date: Thu, 13 Feb 2003 17:59:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.1) Gecko/20021211 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Johan Rydberg Cc: gdb@sources.redhat.com Subject: Re: moving watchpoint fns into target vector? References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-02/txt/msg00214.txt.bz2 > 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? Andrew