This is the mail archive of the frysk@sourceware.org mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: frysk-core/frysk gui/ChangeLog stack/RemoteFra ...


Mark Wielaard wrote:
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 just committed a fix for this. The problem was that the code only checked for IntType and assumed all else is FloatType. A check for LongType was missing.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]