Crossfire JXClient, Trunk
Classes | Typedefs | Enumerations
jdwpTransport.h File Reference
#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(JNICALLjdwpTransport_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 Documentation

◆ jdwpTransport_OnLoad_t

typedef jint(JNICALL * jdwpTransport_OnLoad_t) (JavaVM *jvm, jdwpTransportCallback *callback, jint version, jdwpTransportEnv **env)

Definition at line 135 of file jdwpTransport.h.

◆ jdwpTransportCallback

◆ jdwpTransportEnv

Definition at line 50 of file jdwpTransport.h.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
JDWPTRANSPORT_VERSION_1_0 

Definition at line 35 of file jdwpTransport.h.

◆ anonymous enum

anonymous enum
Enumerator
JDWPTRANSPORT_FLAGS_NONE 
JDWPTRANSPORT_FLAGS_REPLY 

Definition at line 98 of file jdwpTransport.h.

◆ jdwpTransportError

Enumerator
JDWPTRANSPORT_ERROR_NONE 
JDWPTRANSPORT_ERROR_ILLEGAL_ARGUMENT 
JDWPTRANSPORT_ERROR_OUT_OF_MEMORY 
JDWPTRANSPORT_ERROR_INTERNAL 
JDWPTRANSPORT_ERROR_ILLEGAL_STATE 
JDWPTRANSPORT_ERROR_IO_ERROR 
JDWPTRANSPORT_ERROR_TIMEOUT 
JDWPTRANSPORT_ERROR_MSG_NOT_AVAILABLE 

Definition at line 57 of file jdwpTransport.h.