Package gnu.classpath.jdwp

Class Summary

Jdwp Main interface from the virtual machine to the JDWP back-end.
JdwpConstants Constants defined by JDWP specification.
JdwpConstants.ClassStatus
JdwpConstants.CommandSet
JdwpConstants.Error
JdwpConstants.EventKind
JdwpConstants.InvokeOptions
JdwpConstants.ModKind
JdwpConstants.StepDepth
JdwpConstants.StepSize
JdwpConstants.SuspendPolicy
JdwpConstants.SuspendStatus
JdwpConstants.Tag
JdwpConstants.ThreadStatus
JdwpConstants.TypeTag
JdwpConstants.Version
JdwpConstants.CommandSet.ArrayReference
JdwpConstants.CommandSet.ArrayType
JdwpConstants.CommandSet.ClassLoaderReference
JdwpConstants.CommandSet.ClassObjectReference
JdwpConstants.CommandSet.ClassType
JdwpConstants.CommandSet.Event
JdwpConstants.CommandSet.EventRequest
JdwpConstants.CommandSet.Field
JdwpConstants.CommandSet.InterfaceType
JdwpConstants.CommandSet.Method
JdwpConstants.CommandSet.ObjectReference
JdwpConstants.CommandSet.ReferenceType
JdwpConstants.CommandSet.StackFrame
JdwpConstants.CommandSet.StringReference
JdwpConstants.CommandSet.ThreadGroupReference
JdwpConstants.CommandSet.ThreadReference
JdwpConstants.CommandSet.VirtualMachine
VMFrame Reference implementation of VM hooks for JDWP Frame access.
VMIdManager This class manages objects and referencetypes that are reported to the debugger.
VMMethod This class is really an amalgamation of two classes: one class represents a virtual machine method and the other represents the JDWP back-end's ID for the method.
VMVirtualMachine A virtual machine according to JDWP.