This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
Re: Remote Watchpoints - Gdb Server
- From: Andrew Cagney <ac131313 at redhat dot com>
- To: saleru dot raja at iap-online dot com
- Cc: "gdb at sources dot redhat dot com" <gdb at sources dot redhat dot com>
- Date: Wed, 01 Oct 2003 23:32:03 -0400
- Subject: Re: Remote Watchpoints - Gdb Server
- References: <200310020208.h92284510344@www.iap-online.com>
> Hi, thanks for the reply.
>
>
>
>>Somewhere in the target stack the question "is this watchpoint
>>supported" is being transformed into a memory read?
>
>
> how can I check it ? I did not found any packets received by gdbserver.
>
>
>>check "show remote hardware-watchpoint-limit".
>
>
> I am using gdb-5.3 , in this version I did not found the command support “show remote hardware-watchpoint-limit”
>
> please let me know any other option.
That would explain it. Remote watchpoints only started to work with the
addition of that command. And that was after 5.3 (from memory). I'd
download a current snapshot and try that.
Andrew