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.
VMVirtualMachine A virtual machine according to JDWP.