com.android.ddmlib.jdwp
Class JdwpCommands

java.lang.Object
  extended by com.android.ddmlib.jdwp.JdwpCommands

public class JdwpCommands
extends java.lang.Object

JDWP command constants as specified here: http://docs.oracle.com/javase/7/docs/platform/jpda/jdwp/jdwp-protocol.html


Field Summary
static int CMD_ARRAYREF_GETVALUES
           
static int CMD_ARRAYREF_LENGTH
           
static int CMD_ARRAYREF_SETVALUES
           
static int CMD_ARRAYTYPE_NEWINSTANCE
           
static int CMD_CLASSLOADERREF_VISIBLECLASSES
           
static int CMD_CLASSOBJECTREF_REFLECTEDTYPE
           
static int CMD_CLASSTYPE_INVOKEMETHOD
           
static int CMD_CLASSTYPE_NEWINSTANCE
           
static int CMD_CLASSTYPE_SETVALUES
           
static int CMD_CLASSTYPE_SUPERCLASS
           
static int CMD_EVENT_COMPOSITE
           
static int CMD_EVENTREQUEST_CLEAR
           
static int CMD_EVENTREQUEST_CLEARALLBREAKPOINTS
           
static int CMD_EVENTREQUEST_SET
           
static int CMD_METHOD_BYTECODES
           
static int CMD_METHOD_ISOBSOLETE
           
static int CMD_METHOD_LINETABLE
           
static int CMD_METHOD_VARIABLETABLE
           
static int CMD_METHOD_VARIABLETABLEWITHGENERIC
           
static int CMD_OBJREF_DISABLECOLLECTION
           
static int CMD_OBJREF_ENABLECOLLECTION
           
static int CMD_OBJREF_GETVALUES
           
static int CMD_OBJREF_INVOKEMETHOD
           
static int CMD_OBJREF_ISCOLLECTED
           
static int CMD_OBJREF_MONITORINFO
           
static int CMD_OBJREF_REFERENCETYPE
           
static int CMD_OBJREF_SETVALUES
           
static int CMD_REFTYPE_CLASSLOADER
           
static int CMD_REFTYPE_CLASSOBJECT
           
static int CMD_REFTYPE_FIELDS
           
static int CMD_REFTYPE_FIELDSWITHGENERIC
           
static int CMD_REFTYPE_GETVALUES
           
static int CMD_REFTYPE_INTERFACES
           
static int CMD_REFTYPE_METHODS
           
static int CMD_REFTYPE_METHODSWITHGENERIC
           
static int CMD_REFTYPE_MODIFIERS
           
static int CMD_REFTYPE_NESTEDTYPES
           
static int CMD_REFTYPE_SIGNATURE
           
static int CMD_REFTYPE_SIGNATUREWITHGENERIC
           
static int CMD_REFTYPE_SOURCEDEBUGEXTENSION
           
static int CMD_REFTYPE_SOURCEFILE
           
static int CMD_REFTYPE_STATUS
           
static int CMD_STACKFRAME_GETVALUES
           
static int CMD_STACKFRAME_POPFRAMES
           
static int CMD_STACKFRAME_SETVALUES
           
static int CMD_STACKFRAME_THISOBJECT
           
static int CMD_STRINGREF_VALUE
           
static int CMD_THREADGROUPREF_CHILDREN
           
static int CMD_THREADGROUPREF_NAME
           
static int CMD_THREADGROUPREF_PARENT
           
static int CMD_THREADREF_CURRENTCONTENDEDMONITOR
           
static int CMD_THREADREF_FRAMECOUNT
           
static int CMD_THREADREF_FRAMES
           
static int CMD_THREADREF_INTERRUPT
           
static int CMD_THREADREF_NAME
           
static int CMD_THREADREF_OWNEDMONITORS
           
static int CMD_THREADREF_RESUME
           
static int CMD_THREADREF_STATUS
           
static int CMD_THREADREF_STOP
           
static int CMD_THREADREF_SUSPEND
           
static int CMD_THREADREF_SUSPENDCOUNT
           
static int CMD_THREADREF_THREADGROUP
           
static int CMD_VM_ALLCLASSES
           
static int CMD_VM_ALLCLASSESWITHGENERIC
           
static int CMD_VM_ALLTHREADS
           
static int CMD_VM_CAPABILITIES
           
static int CMD_VM_CAPABILITIESNEW
           
static int CMD_VM_CLASSESBYSIGNATURE
           
static int CMD_VM_CLASSPATHS
           
static int CMD_VM_CREATESTRING
           
static int CMD_VM_DISPOSE
           
static int CMD_VM_DISPOSEOBJECTS
           
static int CMD_VM_EXIT
           
static int CMD_VM_HOLDEVENTS
           
static int CMD_VM_IDSIZES
           
static int CMD_VM_REDEFINECLASSES
           
static int CMD_VM_RELEASEEVENTS
           
static int CMD_VM_RESUME
           
static int CMD_VM_SETDEFAULTSTRATUM
           
static int CMD_VM_SUSPEND
           
static int CMD_VM_TOPLEVELTHREADGROUPS
           
static int CMD_VM_VERSION
           
static int SET_ARRAYREF
           
static int SET_ARRAYTYPE
           
static int SET_CLASSLOADERREF
           
static int SET_CLASSOBJECTREF
           
static int SET_CLASSTYPE
           
static int SET_EVENT
           
static int SET_EVENTREQUEST
           
static int SET_FIELD
           
static int SET_INTERFACETYPE
           
static int SET_METHOD
           
static int SET_OBJREF
           
static int SET_REFTYPE
           
static int SET_STACKFRAME
           
static int SET_STRINGREF
           
static int SET_THREADGROUPREF
           
static int SET_THREADREF
           
static int SET_VM
           
 
Constructor Summary
JdwpCommands()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SET_VM

public static final int SET_VM
See Also:
Constant Field Values

CMD_VM_VERSION

public static final int CMD_VM_VERSION
See Also:
Constant Field Values

CMD_VM_CLASSESBYSIGNATURE

public static final int CMD_VM_CLASSESBYSIGNATURE
See Also:
Constant Field Values

CMD_VM_ALLCLASSES

public static final int CMD_VM_ALLCLASSES
See Also:
Constant Field Values

CMD_VM_ALLTHREADS

public static final int CMD_VM_ALLTHREADS
See Also:
Constant Field Values

CMD_VM_TOPLEVELTHREADGROUPS

public static final int CMD_VM_TOPLEVELTHREADGROUPS
See Also:
Constant Field Values

CMD_VM_DISPOSE

public static final int CMD_VM_DISPOSE
See Also:
Constant Field Values

CMD_VM_IDSIZES

public static final int CMD_VM_IDSIZES
See Also:
Constant Field Values

CMD_VM_SUSPEND

public static final int CMD_VM_SUSPEND
See Also:
Constant Field Values

CMD_VM_RESUME

public static final int CMD_VM_RESUME
See Also:
Constant Field Values

CMD_VM_EXIT

public static final int CMD_VM_EXIT
See Also:
Constant Field Values

CMD_VM_CREATESTRING

public static final int CMD_VM_CREATESTRING
See Also:
Constant Field Values

CMD_VM_CAPABILITIES

public static final int CMD_VM_CAPABILITIES
See Also:
Constant Field Values

CMD_VM_CLASSPATHS

public static final int CMD_VM_CLASSPATHS
See Also:
Constant Field Values

CMD_VM_DISPOSEOBJECTS

public static final int CMD_VM_DISPOSEOBJECTS
See Also:
Constant Field Values

CMD_VM_HOLDEVENTS

public static final int CMD_VM_HOLDEVENTS
See Also:
Constant Field Values

CMD_VM_RELEASEEVENTS

public static final int CMD_VM_RELEASEEVENTS
See Also:
Constant Field Values

CMD_VM_CAPABILITIESNEW

public static final int CMD_VM_CAPABILITIESNEW
See Also:
Constant Field Values

CMD_VM_REDEFINECLASSES

public static final int CMD_VM_REDEFINECLASSES
See Also:
Constant Field Values

CMD_VM_SETDEFAULTSTRATUM

public static final int CMD_VM_SETDEFAULTSTRATUM
See Also:
Constant Field Values

CMD_VM_ALLCLASSESWITHGENERIC

public static final int CMD_VM_ALLCLASSESWITHGENERIC
See Also:
Constant Field Values

SET_REFTYPE

public static final int SET_REFTYPE
See Also:
Constant Field Values

CMD_REFTYPE_SIGNATURE

public static final int CMD_REFTYPE_SIGNATURE
See Also:
Constant Field Values

CMD_REFTYPE_CLASSLOADER

public static final int CMD_REFTYPE_CLASSLOADER
See Also:
Constant Field Values

CMD_REFTYPE_MODIFIERS

public static final int CMD_REFTYPE_MODIFIERS
See Also:
Constant Field Values

CMD_REFTYPE_FIELDS

public static final int CMD_REFTYPE_FIELDS
See Also:
Constant Field Values

CMD_REFTYPE_METHODS

public static final int CMD_REFTYPE_METHODS
See Also:
Constant Field Values

CMD_REFTYPE_GETVALUES

public static final int CMD_REFTYPE_GETVALUES
See Also:
Constant Field Values

CMD_REFTYPE_SOURCEFILE

public static final int CMD_REFTYPE_SOURCEFILE
See Also:
Constant Field Values

CMD_REFTYPE_NESTEDTYPES

public static final int CMD_REFTYPE_NESTEDTYPES
See Also:
Constant Field Values

CMD_REFTYPE_STATUS

public static final int CMD_REFTYPE_STATUS
See Also:
Constant Field Values

CMD_REFTYPE_INTERFACES

public static final int CMD_REFTYPE_INTERFACES
See Also:
Constant Field Values

CMD_REFTYPE_CLASSOBJECT

public static final int CMD_REFTYPE_CLASSOBJECT
See Also:
Constant Field Values

CMD_REFTYPE_SOURCEDEBUGEXTENSION

public static final int CMD_REFTYPE_SOURCEDEBUGEXTENSION
See Also:
Constant Field Values

CMD_REFTYPE_SIGNATUREWITHGENERIC

public static final int CMD_REFTYPE_SIGNATUREWITHGENERIC
See Also:
Constant Field Values

CMD_REFTYPE_FIELDSWITHGENERIC

public static final int CMD_REFTYPE_FIELDSWITHGENERIC
See Also:
Constant Field Values

CMD_REFTYPE_METHODSWITHGENERIC

public static final int CMD_REFTYPE_METHODSWITHGENERIC
See Also:
Constant Field Values

SET_CLASSTYPE

public static final int SET_CLASSTYPE
See Also:
Constant Field Values

CMD_CLASSTYPE_SUPERCLASS

public static final int CMD_CLASSTYPE_SUPERCLASS
See Also:
Constant Field Values

CMD_CLASSTYPE_SETVALUES

public static final int CMD_CLASSTYPE_SETVALUES
See Also:
Constant Field Values

CMD_CLASSTYPE_INVOKEMETHOD

public static final int CMD_CLASSTYPE_INVOKEMETHOD
See Also:
Constant Field Values

CMD_CLASSTYPE_NEWINSTANCE

public static final int CMD_CLASSTYPE_NEWINSTANCE
See Also:
Constant Field Values

SET_ARRAYTYPE

public static final int SET_ARRAYTYPE
See Also:
Constant Field Values

CMD_ARRAYTYPE_NEWINSTANCE

public static final int CMD_ARRAYTYPE_NEWINSTANCE
See Also:
Constant Field Values

SET_INTERFACETYPE

public static final int SET_INTERFACETYPE
See Also:
Constant Field Values

SET_METHOD

public static final int SET_METHOD
See Also:
Constant Field Values

CMD_METHOD_LINETABLE

public static final int CMD_METHOD_LINETABLE
See Also:
Constant Field Values

CMD_METHOD_VARIABLETABLE

public static final int CMD_METHOD_VARIABLETABLE
See Also:
Constant Field Values

CMD_METHOD_BYTECODES

public static final int CMD_METHOD_BYTECODES
See Also:
Constant Field Values

CMD_METHOD_ISOBSOLETE

public static final int CMD_METHOD_ISOBSOLETE
See Also:
Constant Field Values

CMD_METHOD_VARIABLETABLEWITHGENERIC

public static final int CMD_METHOD_VARIABLETABLEWITHGENERIC
See Also:
Constant Field Values

SET_FIELD

public static final int SET_FIELD
See Also:
Constant Field Values

SET_OBJREF

public static final int SET_OBJREF
See Also:
Constant Field Values

CMD_OBJREF_REFERENCETYPE

public static final int CMD_OBJREF_REFERENCETYPE
See Also:
Constant Field Values

CMD_OBJREF_GETVALUES

public static final int CMD_OBJREF_GETVALUES
See Also:
Constant Field Values

CMD_OBJREF_SETVALUES

public static final int CMD_OBJREF_SETVALUES
See Also:
Constant Field Values

CMD_OBJREF_MONITORINFO

public static final int CMD_OBJREF_MONITORINFO
See Also:
Constant Field Values

CMD_OBJREF_INVOKEMETHOD

public static final int CMD_OBJREF_INVOKEMETHOD
See Also:
Constant Field Values

CMD_OBJREF_DISABLECOLLECTION

public static final int CMD_OBJREF_DISABLECOLLECTION
See Also:
Constant Field Values

CMD_OBJREF_ENABLECOLLECTION

public static final int CMD_OBJREF_ENABLECOLLECTION
See Also:
Constant Field Values

CMD_OBJREF_ISCOLLECTED

public static final int CMD_OBJREF_ISCOLLECTED
See Also:
Constant Field Values

SET_STRINGREF

public static final int SET_STRINGREF
See Also:
Constant Field Values

CMD_STRINGREF_VALUE

public static final int CMD_STRINGREF_VALUE
See Also:
Constant Field Values

SET_THREADREF

public static final int SET_THREADREF
See Also:
Constant Field Values

CMD_THREADREF_NAME

public static final int CMD_THREADREF_NAME
See Also:
Constant Field Values

CMD_THREADREF_SUSPEND

public static final int CMD_THREADREF_SUSPEND
See Also:
Constant Field Values

CMD_THREADREF_RESUME

public static final int CMD_THREADREF_RESUME
See Also:
Constant Field Values

CMD_THREADREF_STATUS

public static final int CMD_THREADREF_STATUS
See Also:
Constant Field Values

CMD_THREADREF_THREADGROUP

public static final int CMD_THREADREF_THREADGROUP
See Also:
Constant Field Values

CMD_THREADREF_FRAMES

public static final int CMD_THREADREF_FRAMES
See Also:
Constant Field Values

CMD_THREADREF_FRAMECOUNT

public static final int CMD_THREADREF_FRAMECOUNT
See Also:
Constant Field Values

CMD_THREADREF_OWNEDMONITORS

public static final int CMD_THREADREF_OWNEDMONITORS
See Also:
Constant Field Values

CMD_THREADREF_CURRENTCONTENDEDMONITOR

public static final int CMD_THREADREF_CURRENTCONTENDEDMONITOR
See Also:
Constant Field Values

CMD_THREADREF_STOP

public static final int CMD_THREADREF_STOP
See Also:
Constant Field Values

CMD_THREADREF_INTERRUPT

public static final int CMD_THREADREF_INTERRUPT
See Also:
Constant Field Values

CMD_THREADREF_SUSPENDCOUNT

public static final int CMD_THREADREF_SUSPENDCOUNT
See Also:
Constant Field Values

SET_THREADGROUPREF

public static final int SET_THREADGROUPREF
See Also:
Constant Field Values

CMD_THREADGROUPREF_NAME

public static final int CMD_THREADGROUPREF_NAME
See Also:
Constant Field Values

CMD_THREADGROUPREF_PARENT

public static final int CMD_THREADGROUPREF_PARENT
See Also:
Constant Field Values

CMD_THREADGROUPREF_CHILDREN

public static final int CMD_THREADGROUPREF_CHILDREN
See Also:
Constant Field Values

SET_ARRAYREF

public static final int SET_ARRAYREF
See Also:
Constant Field Values

CMD_ARRAYREF_LENGTH

public static final int CMD_ARRAYREF_LENGTH
See Also:
Constant Field Values

CMD_ARRAYREF_GETVALUES

public static final int CMD_ARRAYREF_GETVALUES
See Also:
Constant Field Values

CMD_ARRAYREF_SETVALUES

public static final int CMD_ARRAYREF_SETVALUES
See Also:
Constant Field Values

SET_CLASSLOADERREF

public static final int SET_CLASSLOADERREF
See Also:
Constant Field Values

CMD_CLASSLOADERREF_VISIBLECLASSES

public static final int CMD_CLASSLOADERREF_VISIBLECLASSES
See Also:
Constant Field Values

SET_EVENTREQUEST

public static final int SET_EVENTREQUEST
See Also:
Constant Field Values

CMD_EVENTREQUEST_SET

public static final int CMD_EVENTREQUEST_SET
See Also:
Constant Field Values

CMD_EVENTREQUEST_CLEAR

public static final int CMD_EVENTREQUEST_CLEAR
See Also:
Constant Field Values

CMD_EVENTREQUEST_CLEARALLBREAKPOINTS

public static final int CMD_EVENTREQUEST_CLEARALLBREAKPOINTS
See Also:
Constant Field Values

SET_STACKFRAME

public static final int SET_STACKFRAME
See Also:
Constant Field Values

CMD_STACKFRAME_GETVALUES

public static final int CMD_STACKFRAME_GETVALUES
See Also:
Constant Field Values

CMD_STACKFRAME_SETVALUES

public static final int CMD_STACKFRAME_SETVALUES
See Also:
Constant Field Values

CMD_STACKFRAME_THISOBJECT

public static final int CMD_STACKFRAME_THISOBJECT
See Also:
Constant Field Values

CMD_STACKFRAME_POPFRAMES

public static final int CMD_STACKFRAME_POPFRAMES
See Also:
Constant Field Values

SET_CLASSOBJECTREF

public static final int SET_CLASSOBJECTREF
See Also:
Constant Field Values

CMD_CLASSOBJECTREF_REFLECTEDTYPE

public static final int CMD_CLASSOBJECTREF_REFLECTEDTYPE
See Also:
Constant Field Values

SET_EVENT

public static final int SET_EVENT
See Also:
Constant Field Values

CMD_EVENT_COMPOSITE

public static final int CMD_EVENT_COMPOSITE
See Also:
Constant Field Values
Constructor Detail

JdwpCommands

public JdwpCommands()