From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21566 invoked by alias); 18 Jan 2005 19:40:49 -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 21476 invoked from network); 18 Jan 2005 19:40:40 -0000 Received: from unknown (HELO leander.cnchost.com) (207.155.252.112) by sourceware.org with SMTP; 18 Jan 2005 19:40:40 -0000 Received: from analogpvvhmzof ([61.2.67.93]) by leander.cnchost.com id OAA14819; Tue, 18 Jan 2005 14:40:22 -0500 (EST) [ConcentricHost SMTP Relay 1.17] From: "Pradip Shah" To: "Daniel Jacobowitz" Cc: Subject: RE: Does gdbserver support hardware watchpoints Date: Tue, 18 Jan 2005 19:40:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: <20050118193239.GA22151@nevyn.them.org> X-SW-Source: 2005-01/txt/msg00089.txt.bz2 > > On Wed, Jan 19, 2005 at 12:42:10AM +0530, Pradip Shah wrote: > > Hi, > > > > I am implementing gdbserver for Analog Devices Blackfin > > (blackfin.uclinux.org). > > > > Is it possible to enable hardware watch point on gdbserver. > > I read about Z3, but did not see any handling in gdbserver > > sources. > > No. I think support was posted to gdb-patches last year some time, but > it was never finished (I need to go look for that again). Thanks. That would be great. In the meanwhile, is there a way to disable hardware watchpoints by default. Currently the only way I know requires a user to disable. My gdb port does not support a native target - it is an embedded target. > > -- > Daniel Jacobowitz >