This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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: [RFA] gnu.gcj.jdwp.transport: packet classes


On Fri, May 27, 2005 at 02:22:29PM -0700, Keith Seitz wrote:
> Hi,
> 
> So, to start simple, here are three classes to deal with constructing
> packets.
> 
> JDWP has two packet types: command packets and reply packets. The
> debugger sends (only) command packets to the vm. Each packet has its own
> packet id.
> 
> When a reply is sent from the VM, the reply packet must use the same id
> as the corresponding command packet.
> 
> Other than that, I don't think there is anything too confusing about
> this. A nice and easy one to start. :-)
> 
> [Yes, I do have unit tests for this. Someone will send testsuite patches
> soon.]
> 
> Questions/comments/concerns?
> Keith

This code seems to independant from VM and should move the a package that
can be shared with GNU classpath from start. I would suggest gnu.classpath.jdwp.*.

What do you think?


Michael
-- 
Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html

Join the community at http://planet.classpath.org/


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