26 #ifndef _BREAKPOINT_HPP
27 #define _BREAKPOINT_HPP
44 #if defined(ENABLE_JVMTI)
Breakpoint * add_breakpoint(int32_t location)
struct Breakpoint Breakpoint
This structure contains information about a breakpoint.
This structure contains information about a breakpoint.
Breakpoint * get_breakpoint(int32_t location)
bool is_oneshot
Indicates a "one-shot".
JNIEnv jthread jmethodID method
void remove_breakpoint(int32_t location)
bool contains(int32_t location)
This class is used to record breakpoints in the methodinfo structure.
std::map< int32_t, Breakpoint > _breakpoints
JNIEnv jthread jmethodID jlocation location