#include <jvmti_internal.h>
DebugUtilsTI.DebugUtilsTI | ( | ) |
DebugUtilsTI.~DebugUtilsTI | ( | ) |
jint DebugUtilsTI.Init | ( | JavaVM * | vm | ) |
void DebugUtilsTI.Shutdown | ( | JavaVM * | vm | ) |
void DebugUtilsTI.setExecutionMode | ( | Global_Env * | p_env | ) |
int DebugUtilsTI.getVersion | ( | char * | version | ) |
void DebugUtilsTI.addAgent | ( | const char * | ) |
Agent* DebugUtilsTI.getAgents | ( | ) |
void DebugUtilsTI.setAgents | ( | Agent * | agent | ) |
bool DebugUtilsTI.isEnabled | ( | ) |
void DebugUtilsTI.addEventSubscriber | ( | jvmtiEvent | event_type | ) |
void DebugUtilsTI.removeEventSubscriber | ( | jvmtiEvent | event_type | ) |
bool DebugUtilsTI.hasSubscribersForEvent | ( | jvmtiEvent | event_type | ) |
bool DebugUtilsTI.shouldReportEvent | ( | jvmtiEvent | event_type | ) |
void DebugUtilsTI.setEnabled | ( | ) |
void DebugUtilsTI.setDisabled | ( | ) |
bool DebugUtilsTI.needCreateEventThread | ( | ) |
void DebugUtilsTI.enableEventThreadCreation | ( | ) |
void DebugUtilsTI.disableEventThreadCreation | ( | ) |
bool DebugUtilsTI.shouldReportLocally | ( | ) |
void DebugUtilsTI.doNotReportLocally | ( | ) |
void DebugUtilsTI.reportLocally | ( | ) |
jvmtiPhase DebugUtilsTI.getPhase | ( | ) |
void DebugUtilsTI.nextPhase | ( | jvmtiPhase | phase | ) |
void DebugUtilsTI.addEnvironment | ( | TIEnv * | env | ) |
void DebugUtilsTI.removeEnvironment | ( | TIEnv * | env | ) |
TIEnv* DebugUtilsTI.getEnvironments | ( | void | ) |
void DebugUtilsTI.enumerate | ( | ) |
Watch** DebugUtilsTI.get_access_watch_list | ( | ) |
Watch** DebugUtilsTI.get_modification_watch_list | ( | ) |
void DebugUtilsTI.SetPendingNotifyLoadClass | ( | Class * | klass | ) |
void DebugUtilsTI.SetPendingNotifyPrepareClass | ( | Class * | klass | ) |
unsigned DebugUtilsTI.GetNumberPendingNotifyLoadClass | ( | ) |
unsigned DebugUtilsTI.GetNumberPendingNotifyPrepareClass | ( | ) |
Class* DebugUtilsTI.GetPendingNotifyLoadClass | ( | unsigned | number | ) |
Class* DebugUtilsTI.GetPendingNotifyPrepareClass | ( | unsigned | number | ) |
void DebugUtilsTI.ReleaseNotifyLists | ( | ) |
void DebugUtilsTI.set_global_capability | ( | GlobalCapabilities | ti_gc | ) |
void DebugUtilsTI.reset_global_capability | ( | GlobalCapabilities | ti_gc | ) |
unsigned DebugUtilsTI.get_global_capability | ( | GlobalCapabilities | ti_gc | ) |
bool DebugUtilsTI.is_single_step_enabled | ( | void | ) |
jvmtiError DebugUtilsTI.jvmti_single_step_start | ( | void | ) |
jvmtiError DebugUtilsTI.jvmti_single_step_stop | ( | void | ) |
bool DebugUtilsTI.is_cml_report_inlined | ( | ) |
void DebugUtilsTI.set_cml_report_inlined | ( | bool | value | ) |
char* DebugUtilsTI.get_method_entry_flag_address | ( | ) |
char* DebugUtilsTI.get_method_exit_flag_address | ( | ) |
char DebugUtilsTI.get_method_entry_flag | ( | ) |
char DebugUtilsTI.get_method_exit_flag | ( | ) |
void DebugUtilsTI.set_method_entry_flag | ( | char | value | ) |
void DebugUtilsTI.set_method_exit_flag | ( | char | value | ) |
jint JNICALL create_jvmti_environment | ( | JavaVM * | vm, | |
void ** | env, | |||
jint | version | |||
) | [friend] |
Lock_Manager DebugUtilsTI.TIenvs_lock |
hythread_tls_key_t DebugUtilsTI.TL_ti_report |
vm_thread_t DebugUtilsTI.event_thread |
hycond_t DebugUtilsTI.event_cond |
Watch* DebugUtilsTI.access_watch_list [protected] |
Watch* DebugUtilsTI.modification_watch_list [protected] |
bool DebugUtilsTI.status [protected] |
bool DebugUtilsTI.need_create_event_thread [protected] |
Agent* DebugUtilsTI.agents [protected] |
TIEnv* DebugUtilsTI.p_TIenvs [protected] |
jvmtiPhase DebugUtilsTI.phase [protected] |
const unsigned DebugUtilsTI.MAX_NOTIFY_LIST [protected] |
Class** DebugUtilsTI.notifyLoadList [protected] |
unsigned DebugUtilsTI.loadListNumber [protected] |
Class** DebugUtilsTI.notifyPrepareList [protected] |
unsigned DebugUtilsTI.prepareListNumber [protected] |
unsigned DebugUtilsTI.global_capabilities [protected] |
bool DebugUtilsTI.single_step_enabled [protected] |
bool DebugUtilsTI.cml_report_inlined [protected] |
char DebugUtilsTI.method_entry_enabled_flag [protected] |
char DebugUtilsTI.method_exit_enabled_flag [protected] |
unsigned DebugUtilsTI.event_needed[TOTAL_EVENT_TYPE_NUM] [protected] |
Genereated on Tue Mar 11 19:26:00 2008 by Doxygen.
(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.