This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Couldn't write debug register: No such process


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]