classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] [RFA/JDWP] Values


From: Aaron Luchko
Subject: [cp-patches] [RFA/JDWP] Values
Date: Wed, 20 Jul 2005 16:54:59 -0400

This it a utility class for Reading/Writing values and untagged-values.
http://java.sun.com/j2se/1.5.0/docs/guide/jpda/jdwp-spec.html

As well this patch touches ObjectReferenceCommandSet.java and
ReferenceTypeCommandSet.java. The main reason is this is a change to the
Value api so they need to use the new api. This also does a couple
trivial changes at the same time fixing a couple minor typos and a
single line in ObjectReference reflecting a minor change in the api for
IVirtualMachine.

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: jdwpValue.patch
Description: Text Data


reply via email to

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