From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10251 invoked by alias); 5 Oct 2005 19:06:16 -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 10065 invoked by uid 22791); 5 Oct 2005 19:06:10 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 05 Oct 2005 19:06:10 +0000 Received: from drow by nevyn.them.org with local (Exim 4.52) id 1ENEaY-0002yW-JA; Wed, 05 Oct 2005 15:06:02 -0400 Date: Wed, 05 Oct 2005 19:06:00 -0000 From: Daniel Jacobowitz To: David L Cc: gdb@sources.redhat.com Subject: Re: Couldn't write debug register: No such process Message-ID: <20051005190602.GA11412@nevyn.them.org> Mail-Followup-To: David L , gdb@sources.redhat.com References: <20051005130209.GA705@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.8i X-SW-Source: 2005-10/txt/msg00016.txt.bz2 On Wed, Oct 05, 2005 at 12:02:32PM -0700, David L wrote: > (gdb) target remote localhost:9005 > Remote debugging using localhost:9005 > 0x00add7c0 in ?? () > (gdb) watch *((double *) 0x8155218) > Hardware watchpoint 1: *(double *) 135615000 > (gdb) cont > Continuing. > Couldn't write debug register: No such process. > > I'm not sure if it's ok to add a watchpoint like I did, but it works when I > don't use gdbserver. I did it like this because adding a watchpoint like > this: Gdbserver doesn't support watchpoints for x86, unfortunately. -- Daniel Jacobowitz CodeSourcery, LLC