This is the mail archive of the gdb-prs@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]

[Bug breakpoints/10557] HW watchpoints silently degrade into SW ones


------- Additional Comments From ppluzhnikov at google dot com  2010-08-26 14:11 -------
(In reply to comment #7)
> This one is known.  It is PR10645.

Indeed.

So I actually stumbled on PR10645, but while working on a demo case transformed
the problem into something different (GDB watching &ip when all I care about is
*$1), and didn't notice :-(

I think that given '$1 = (int *) 0x64f1f0', it is at least unexpected that
'watch *$1' has anything to with the original 'ip', so there may still be a
separate bug here.

Feel free to close as dup of PR10645 if you wish -- that's the one that really
kills me. 



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10557

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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