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 Thu, Jan 17, 2008 at 11:57:33AM +0800, ligang@sunnorth.com.cn wrote:
> After setting watchpoint to C, it will be hit at 0x11e, and PC will be 
> 0x120 at the time,
> but GDB will execute a single step, after that, PC will be 0x122, so 
> source line will be 36 but not 
> expected 35.
> Anyone can tell me how to resolve this problem?

Check your target configuration.  GDB thinks you have non-steppable
watchpoints, but you actually have continuable watchpoints.

-- 
Daniel Jacobowitz
CodeSourcery


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