classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] [RFA] JDWP packet classes


From: Keith Seitz
Subject: [cp-patches] [RFA] JDWP packet classes
Date: Wed, 01 Jun 2005 09:14:55 -0700

Hi,

So, since there seems to be some consensus about including this JDWP
stuff into classpath, I've refactored the code and updated the coding
style according to the classpath documentation. I may have missed
something, so if I did, please let me know.

Let me reiterate for the benefit of those classpath-patches readers who
may have missed this on java-project:

These three classes add support for massaging bytes which are packets in
JDWP-land. There are two basic packet types: command and reply. Command
packets are sent from the debugger to the back-end (BE). The BE can send
a reply packet in response (but it might not always need to). Command
packets are also sent by the BE for event notifications.

I think that's all that there is to say about packets.

Comments/questions/concerns?
Keith

ChangeLog
2005-06-01  Keith Seitz  <address@hidden>

        * gnu/gcj/jdwp/transport/JdwpPacket.java: New file.
        * gnu/gcj/jdwp/transport/JdwpCommandPacket.java: New file.
        * gnu/gcj/jdwp/transport/JdwpReplyPacket.java: New file.

Attachment: jdwppackets.patch
Description: Text Data


reply via email to

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