#include <jvmti_break_intf.h>
VMBreakPoints.VMBreakPoints | ( | ) |
VMBreakPoints.~VMBreakPoints | ( | ) |
void VMBreakPoints.lock | ( | ) |
void VMBreakPoints.unlock | ( | ) |
Lock_Manager* VMBreakPoints.get_lock | ( | ) |
VMBreakInterface* VMBreakPoints.new_intf | ( | TIEnv * | env, | |
BPInterfaceCallBack | callback, | |||
unsigned | priority, | |||
bool | is_interp | |||
) |
void VMBreakPoints.release_intf | ( | VMBreakInterface * | intf | ) |
bool VMBreakPoints.insert_native_breakpoint | ( | VMBreakPoint * | bp | ) |
bool VMBreakPoints.insert_interpreter_breakpoint | ( | VMBreakPoint * | bp | ) |
bool VMBreakPoints.remove_native_breakpoint | ( | VMBreakPoint * | bp | ) |
bool VMBreakPoints.remove_interpreter_breakpoint | ( | VMBreakPoint * | bp | ) |
VMBreakPoint* VMBreakPoints.find_breakpoint | ( | jmethodID | method, | |
jlocation | location | |||
) |
VMBreakPoint* VMBreakPoints.find_breakpoint | ( | NativeCodePtr | addr | ) |
VMBreakPoint* VMBreakPoints.find_other_breakpoint_with_same_addr | ( | VMBreakPoint * | bp | ) |
VMBreakPoint* VMBreakPoints.find_next_breakpoint | ( | VMBreakPoint * | prev, | |
NativeCodePtr | addr | |||
) |
VMBreakPoint* VMBreakPoints.find_next_breakpoint | ( | VMBreakPoint * | prev, | |
jmethodID | method, | |||
jlocation | location | |||
) |
VMBreakPoint* VMBreakPoints.find_method_breakpoint | ( | jmethodID | method | ) |
VMBreakPoint* VMBreakPoints.find_next_method_breakpoint | ( | VMBreakPoint * | prev, | |
jmethodID | method | |||
) |
VMBreakPointRef* VMBreakPoints.find_other_reference | ( | VMBreakInterface * | intf, | |
jmethodID | method, | |||
jlocation | location | |||
) |
VMBreakPointRef* VMBreakPoints.find_other_reference | ( | VMBreakInterface * | intf, | |
NativeCodePtr | addr | |||
) |
VMBreakPointRef* VMBreakPoints.find_other_reference | ( | VMBreakInterface * | intf, | |
VMBreakPoint * | bp | |||
) |
VMBreakInterface* VMBreakPoints.get_first_intf | ( | unsigned | priority | ) |
VMBreakInterface* VMBreakPoints.get_next_intf | ( | VMBreakInterface * | intf | ) |
VMBreakPoint* VMBreakPoints.get_first_breakpoint | ( | ) |
VMBreakPoint* VMBreakPoints.get_next_breakpoint | ( | VMBreakPoint * | prev | ) |
void VMBreakPoints.process_native_breakpoint | ( | Registers * | regs | ) |
VMLocalBreak* VMBreakPoints.find_thread_local_break | ( | VM_thread * | vmthread | ) |
Genereated on Tue Mar 11 19:26:04 2008 by Doxygen.
(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.