Package org.openarchitectureware.debug.communication.packets

Packet implementation needed for the communication with the debugger

See:
          Description

Class Summary
AbstractPacket The base class for all types of packets.
BreakpointPacket The packet to communicate set and delete of breakpoints.
CommandPacket The packet to communicate a process or direct command to the runtime process.
ConfirmationPacket The packet to communicate the confirmation of a specific packet reference id.
EventPacket The packet to communicate an event from the runtime process.
EventPacketWithFrames The packet to communicate an event from the runtime process together with the current stack frame information.
HandshakePacket The packet to communicate a first handshake.
RegisterPacket The packet to communicate handlers or adapter class names to be registered in the runtime process.
RequireVarPacket The packet to communicate a request for variable from a specific frame and variable id.
VarDataPacket The packet to communicate variable values for a specific reference id.
 

Package org.openarchitectureware.debug.communication.packets Description

Packet implementation needed for the communication with the debugger