Couldn't write debug register: No such process

Daniel Jacobowitz drow@false.org
Wed Oct 5 19:06:00 GMT 2005


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



More information about the Gdb mailing list