CACAO
|
Data Fields | |
jvmtiEvent | ev |
jvmtiEnv * | jvmti_env |
jthread | thread |
jmethodID | method |
jlocation | location |
jclass | klass |
jobject | object |
jfieldID | field |
char | signature_type |
jvalue | value |
jboolean | b |
void * | address |
void ** | new_address_ptr |
jmethodID | catch_method |
jlocation | catch_location |
char * | name |
jobject | protection_domain |
jint | jint1 |
jint | jint2 |
unsigned char * | class_data |
jint * | new_class_data_len |
unsigned char ** | new_class_data |
jvmtiAddrLocationMap * | map |
void * | compile_info |
jlong | jlong |
Definition at line 36 of file cacaodbg.h.
void* genericEventData::address |
Definition at line 48 of file cacaodbg.h.
jboolean genericEventData::b |
Definition at line 47 of file cacaodbg.h.
jlocation genericEventData::catch_location |
Definition at line 51 of file cacaodbg.h.
jmethodID genericEventData::catch_method |
Definition at line 50 of file cacaodbg.h.
unsigned char* genericEventData::class_data |
Definition at line 56 of file cacaodbg.h.
void* genericEventData::compile_info |
Definition at line 60 of file cacaodbg.h.
jvmtiEvent genericEventData::ev |
Definition at line 37 of file cacaodbg.h.
jfieldID genericEventData::field |
Definition at line 44 of file cacaodbg.h.
jint genericEventData::jint1 |
Definition at line 54 of file cacaodbg.h.
jint genericEventData::jint2 |
Definition at line 55 of file cacaodbg.h.
jlong genericEventData::jlong |
Definition at line 61 of file cacaodbg.h.
jvmtiEnv* genericEventData::jvmti_env |
Definition at line 38 of file cacaodbg.h.
jclass genericEventData::klass |
Definition at line 42 of file cacaodbg.h.
jlocation genericEventData::location |
Definition at line 41 of file cacaodbg.h.
jvmtiAddrLocationMap* genericEventData::map |
Definition at line 59 of file cacaodbg.h.
jmethodID genericEventData::method |
Definition at line 40 of file cacaodbg.h.
char* genericEventData::name |
Definition at line 52 of file cacaodbg.h.
void** genericEventData::new_address_ptr |
Definition at line 49 of file cacaodbg.h.
unsigned char** genericEventData::new_class_data |
Definition at line 58 of file cacaodbg.h.
jint* genericEventData::new_class_data_len |
Definition at line 57 of file cacaodbg.h.
jobject genericEventData::object |
Definition at line 43 of file cacaodbg.h.
jobject genericEventData::protection_domain |
Definition at line 53 of file cacaodbg.h.
char genericEventData::signature_type |
Definition at line 45 of file cacaodbg.h.
jthread genericEventData::thread |
Definition at line 39 of file cacaodbg.h.
jvalue genericEventData::value |
Definition at line 46 of file cacaodbg.h.