classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] [RFA/JDWP] Values


From: Aaron Luchko
Subject: Re: [cp-patches] [RFA/JDWP] Values
Date: Wed, 27 Jul 2005 12:01:44 -0400

On Thu, 2005-07-21 at 18:24 -0600, Tom Tromey wrote:
> Aaron> This it a utility class for Reading/Writing values and untagged-values.
> Aaron> http://java.sun.com/j2se/1.5.0/docs/guide/jpda/jdwp-spec.html
> 
> Looks good, thanks.
> (Though please fix the "primative"->"primitive" typo...)

Ok, Committed.

I also added setAccessible(true) to when I access the Fields so I can
access the private variables as well.

thanks,
Aaron

ChangeLog

2005-07-20  Aaron Luchko  <address@hidden>

        * gnu/classpath/jdwp/util/Value.java: Class to read/write JDWP
        untagged values and tagged values.
        * gnu/classpath/jdwp/processor/ObjectReferenceCommandSet.java:
        use new api for Values and IVirtualMachine and fix message in
        exception.
        * gnu/classpath/jdwp/processor/ReferenceTypeCommandSet.java:
        use new api for Values and fix message in exception.

Attachment: jdwpValue3.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]