Run until some FPU register has changed
Jonas Maebe
jonas.maebe@elis.ugent.be
Fri Nov 4 17:55:00 GMT 2011
On 04 Nov 2011, at 18:47, Thomas Baruchel wrote:
> "run until register 0 in FPU has changed"
The "watch" command also works with registers, so
watch $f0
c
should work (replace f0 with the actual name of floating point register 0). You can oif course set watchpoints on all floating point registers, although I don't know how much extra slowdown that will cause.
Jonas
More information about the Gdb
mailing list