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: Could not insert hardware watchpoint 3



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


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