BWAPI
|
#include <jvmti.h>
Public Attributes | |
jvmtiEventVMInit | VMInit |
jvmtiEventVMDeath | VMDeath |
jvmtiEventThreadStart | ThreadStart |
jvmtiEventThreadEnd | ThreadEnd |
jvmtiEventClassFileLoadHook | ClassFileLoadHook |
jvmtiEventClassLoad | ClassLoad |
jvmtiEventClassPrepare | ClassPrepare |
jvmtiEventVMStart | VMStart |
jvmtiEventException | Exception |
jvmtiEventExceptionCatch | ExceptionCatch |
jvmtiEventSingleStep | SingleStep |
jvmtiEventFramePop | FramePop |
jvmtiEventBreakpoint | Breakpoint |
jvmtiEventFieldAccess | FieldAccess |
jvmtiEventFieldModification | FieldModification |
jvmtiEventMethodEntry | MethodEntry |
jvmtiEventMethodExit | MethodExit |
jvmtiEventNativeMethodBind | NativeMethodBind |
jvmtiEventCompiledMethodLoad | CompiledMethodLoad |
jvmtiEventCompiledMethodUnload | CompiledMethodUnload |
jvmtiEventDynamicCodeGenerated | DynamicCodeGenerated |
jvmtiEventDataDumpRequest | DataDumpRequest |
jvmtiEventReserved | reserved72 |
jvmtiEventMonitorWait | MonitorWait |
jvmtiEventMonitorWaited | MonitorWaited |
jvmtiEventMonitorContendedEnter | MonitorContendedEnter |
jvmtiEventMonitorContendedEntered | MonitorContendedEntered |
jvmtiEventReserved | reserved77 |
jvmtiEventReserved | reserved78 |
jvmtiEventReserved | reserved79 |
jvmtiEventResourceExhausted | ResourceExhausted |
jvmtiEventGarbageCollectionStart | GarbageCollectionStart |
jvmtiEventGarbageCollectionFinish | GarbageCollectionFinish |
jvmtiEventObjectFree | ObjectFree |
jvmtiEventVMObjectAlloc | VMObjectAlloc |
jvmtiEventBreakpoint jvmtiEventCallbacks::Breakpoint |
jvmtiEventClassFileLoadHook jvmtiEventCallbacks::ClassFileLoadHook |
jvmtiEventClassLoad jvmtiEventCallbacks::ClassLoad |
jvmtiEventClassPrepare jvmtiEventCallbacks::ClassPrepare |
jvmtiEventCompiledMethodLoad jvmtiEventCallbacks::CompiledMethodLoad |
jvmtiEventCompiledMethodUnload jvmtiEventCallbacks::CompiledMethodUnload |
jvmtiEventDataDumpRequest jvmtiEventCallbacks::DataDumpRequest |
jvmtiEventDynamicCodeGenerated jvmtiEventCallbacks::DynamicCodeGenerated |
jvmtiEventException jvmtiEventCallbacks::Exception |
jvmtiEventExceptionCatch jvmtiEventCallbacks::ExceptionCatch |
jvmtiEventFieldAccess jvmtiEventCallbacks::FieldAccess |
jvmtiEventFieldModification jvmtiEventCallbacks::FieldModification |
jvmtiEventFramePop jvmtiEventCallbacks::FramePop |
jvmtiEventGarbageCollectionFinish jvmtiEventCallbacks::GarbageCollectionFinish |
jvmtiEventGarbageCollectionStart jvmtiEventCallbacks::GarbageCollectionStart |
jvmtiEventMethodEntry jvmtiEventCallbacks::MethodEntry |
jvmtiEventMethodExit jvmtiEventCallbacks::MethodExit |
jvmtiEventMonitorContendedEnter jvmtiEventCallbacks::MonitorContendedEnter |
jvmtiEventMonitorContendedEntered jvmtiEventCallbacks::MonitorContendedEntered |
jvmtiEventMonitorWait jvmtiEventCallbacks::MonitorWait |
jvmtiEventMonitorWaited jvmtiEventCallbacks::MonitorWaited |
jvmtiEventNativeMethodBind jvmtiEventCallbacks::NativeMethodBind |
jvmtiEventObjectFree jvmtiEventCallbacks::ObjectFree |
jvmtiEventResourceExhausted jvmtiEventCallbacks::ResourceExhausted |
jvmtiEventSingleStep jvmtiEventCallbacks::SingleStep |
jvmtiEventThreadEnd jvmtiEventCallbacks::ThreadEnd |
jvmtiEventThreadStart jvmtiEventCallbacks::ThreadStart |
jvmtiEventVMDeath jvmtiEventCallbacks::VMDeath |
jvmtiEventVMInit jvmtiEventCallbacks::VMInit |
jvmtiEventVMObjectAlloc jvmtiEventCallbacks::VMObjectAlloc |
jvmtiEventVMStart jvmtiEventCallbacks::VMStart |