Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 188253

Summary: sys-devel/gdb-6.6-r2: hardware watchpoints don't work
Product: Gentoo Linux Reporter: Martin von Gagern <Martin.vGagern>
Component: [OLD] DevelopmentAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: High    
Version: 2007.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info

Description Martin von Gagern 2007-08-09 18:08:41 UTC
I've been using gdb trying to debug bug 188249. I could not get hardware watchpoints to work. I got a message that a hardware breakpoint was used, and the same line was repeaded several times while the program was running, but when it hit some other breakpoint, the watched value had changed and the watchpoint had never caused the debugger to break the program. The hardware is a Intel P4 Prescott with hyper threading.
Comment 1 Martin von Gagern 2007-08-09 18:14:50 UTC
Created attachment 127375 [details]
emerge --info
Comment 2 Martin von Gagern 2007-08-09 19:32:33 UTC
I'm trying to construct a simple testcase to reproduce this issue, but so far I'm failing miserably. I even can't reproduce it in my original scenario, at least as far as I remember the steps I'd taken then.

I'm resolving this as WORKSFORME until I can come up with a sample case. Sorry.