|
Crossfire JXClient, Trunk
|
#include "jni.h"
Include dependency graph for jdwpTransport.h:Go to the source code of this file.
Classes | |
| struct | _jdwpTransportEnv |
| struct | jdwpCmdPacket |
| struct | jdwpPacket |
| struct | jdwpReplyPacket |
| struct | jdwpTransportCallback |
| struct | JDWPTransportCapabilities |
| struct | jdwpTransportNativeInterface_ |
Typedefs | |
| typedef jint(JNICALL * | jdwpTransport_OnLoad_t) (JavaVM *jvm, jdwpTransportCallback *callback, jint version, jdwpTransportEnv **env) |
| typedef struct jdwpTransportCallback | jdwpTransportCallback |
| typedef const struct jdwpTransportNativeInterface_ * | jdwpTransportEnv |
Enumerations | |
| enum | { JDWPTRANSPORT_VERSION_1_0 = 0x00010000 } |
| enum | { JDWPTRANSPORT_FLAGS_NONE = 0x0, JDWPTRANSPORT_FLAGS_REPLY = 0x80 } |
| enum | jdwpTransportError { JDWPTRANSPORT_ERROR_NONE = 0, JDWPTRANSPORT_ERROR_ILLEGAL_ARGUMENT = 103, JDWPTRANSPORT_ERROR_OUT_OF_MEMORY = 110, JDWPTRANSPORT_ERROR_INTERNAL = 113, JDWPTRANSPORT_ERROR_ILLEGAL_STATE = 201, JDWPTRANSPORT_ERROR_IO_ERROR = 202, JDWPTRANSPORT_ERROR_TIMEOUT = 203, JDWPTRANSPORT_ERROR_MSG_NOT_AVAILABLE = 204 } |
| typedef jint(JNICALL * jdwpTransport_OnLoad_t) (JavaVM *jvm, jdwpTransportCallback *callback, jint version, jdwpTransportEnv **env) |
Definition at line 135 of file jdwpTransport.h.
| typedef struct jdwpTransportCallback jdwpTransportCallback |
| typedef const struct jdwpTransportNativeInterface_* jdwpTransportEnv |
Definition at line 50 of file jdwpTransport.h.
| anonymous enum |
| Enumerator | |
|---|---|
| JDWPTRANSPORT_VERSION_1_0 | |
Definition at line 35 of file jdwpTransport.h.
| anonymous enum |
| Enumerator | |
|---|---|
| JDWPTRANSPORT_FLAGS_NONE | |
| JDWPTRANSPORT_FLAGS_REPLY | |
Definition at line 98 of file jdwpTransport.h.
| enum jdwpTransportError |
Definition at line 57 of file jdwpTransport.h.