[RFA] JDWP packet classes

Keith Seitz keiths@redhat.com
Wed Jun 1 16:35:00 GMT 2005


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  <keiths@redhat.com>

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: jdwppackets.patch
Type: text/x-patch
Size: 16306 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20050601/8298b31f/attachment.bin>


More information about the Java-patches mailing list