* Could not insert hardware watchpoint 3
@ 2013-04-02 13:51 ishare
2013-04-02 14:02 ` Jonas Maebe
0 siblings, 1 reply; 2+ messages in thread
From: ishare @ 2013-04-02 13:51 UTC (permalink / raw)
To: gdb
Sometimes , gdb report this to me ,especially at remote debug session .
But i noly set that one watch point .
What is the root reason ? Is there suggestion here ? Thanks in advance !
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Could not insert hardware watchpoint 3
2013-04-02 13:51 Could not insert hardware watchpoint 3 ishare
@ 2013-04-02 14:02 ` Jonas Maebe
0 siblings, 0 replies; 2+ messages in thread
From: Jonas Maebe @ 2013-04-02 14:02 UTC (permalink / raw)
To: gdb
On 02 Apr 2013, at 15:48, ishare wrote:
> Sometimes , gdb report this to me ,especially at remote debug
> session .
> But i noly set that one watch point .
>
> What is the root reason ? Is there suggestion here ? Thanks in
> advance !
Watchpoints and breakpoints share the same numbering, so if you have
already set two breakpoints then the first watchpoint will be number
3. The problem is probably that your remote target simply does not
support hardware watchpoints (or at least gdb or the gdbserver doesn't
support them on that target).
Jonas
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-04-02 14:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-02 13:51 Could not insert hardware watchpoint 3 ishare
2013-04-02 14:02 ` Jonas Maebe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox