Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] CValue error

You need to update CDT to 3.0 RC2.

Greg

On Aug 2, 2005, at 9:15 AM, Nathan DeBardeleben wrote:

I'm still getting this error from yesterday, even with updates this morning.
Are  you guys seeing this too or was this file removed perhaps?

package org.eclipse.ptp.debug.internal.core.model.CValue

around line 218.


            else if ( cdiValue instanceof ICDIReferenceValue )
return processUnderlyingValue(((ICDIReferenceValue) cdiValue).referenceValue());
            else if ( cdiValue instanceof ICDIWCharValue )
return getWCharValueString( (ICDIWCharValue) cdiValue );


says BigInteger is an invalid argument to processUnderlyingValue.

--
-- Nathan
Correspondence
---------------------------------------------------------------------
Nathan DeBardeleben, Ph.D.
Los Alamos National Laboratory
Parallel Tools Team
High Performance Computing Environments
phone: 505-667-3428
email: ndebard@xxxxxxxx
---------------------------------------------------------------------

_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev




Back to the top