Hi, On Mon, 2007-08-13 at 22:11 +0000, npremji@sourceware.org wrote: > * RemoteFrame.java (getRegisterValue): Check for floating point registers. > Don't throw a null pointer if register can't be located. This is the patch that broke a couple of tests on x86_64. Reverting it makes the tests in frysk.debuginfo.TestFrameDebugInfo and frysk.rt.TestUpdatingDisplayValue that throw NullPointerExceptions PASS again. I suspect that the test for whether or not this is a floating point register fails on x86_64. Could you take a look? Thanks, Mark