Currently gdb on amd64 has no support for hardware watchpoints. Since the hardware does actually support them, this is a little irritating. Fix: The attached patch adds support. Patch attached with submission follows: How-To-Repeat: Set a watchpoint in gdb72 on amd64. It will be a software watchpoint, and the program being debugged will run extremely slowly.
Responsible Changed From-To: freebsd-ports-bugs->skreuzer Over to maintainer (via the GNATS Auto Assign Tool)
Hi Ben, unfortunately, the patch doesn't correctly apply, because in the meanwhile the gdb version is updated and patch-gdb-Makefile.in is changed. Could you recreate the patch using the new port version?
At 4PM +0200 on 28/10/11 you (Luca Pizzamiglio) wrote: > Hi Ben, > unfortunately, the patch doesn't correctly apply, because in the > meanwhile the gdb version is updated and patch-gdb-Makefile.in is > changed. > Could you recreate the patch using the new port version? Attached. Ben
Responsible Changed From-To: skreuzer->freebsd-ports-bugs kick this back into the pool. I don't have the time to test it
State Changed From-To: open->closed superseded by 165357