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: mi-watch.exp fail, pls help


On Mon, Jan 21, 2008 at 09:15:27AM +0800, ligang@sunnorth.com.cn wrote:
> The store triggers the watchpoint, but it does not execute.

GDB does not currently support watchpoints on any target that requires
the debugger to decrement PC after the watchpoint triggers.  You might
want to handle this in your debug stub, and pretend the PC was before
the store.

-- 
Daniel Jacobowitz
CodeSourcery


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