Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 188253 - sys-devel/gdb-6.6-r2: hardware watchpoints don't work
Summary: sys-devel/gdb-6.6-r2: hardware watchpoints don't work
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-09 18:08 UTC by Martin von Gagern
Modified: 2007-08-09 19:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge.info,4.03 KB, text/plain)
2007-08-09 18:14 UTC, Martin von Gagern
Details

Note You need to log in before you can comment on or make changes to this bug.
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.