CACAO
|
This class is used to record breakpoints in the methodinfo structure. More...
Public Member Functions | |
bool | is_empty () |
bool | contains (int32_t location) |
Breakpoint * | add_breakpoint (int32_t location) |
Breakpoint * | get_breakpoint (int32_t location) |
void | remove_breakpoint (int32_t location) |
Private Attributes | |
std::map< int32_t, Breakpoint > | _breakpoints |
This class is used to record breakpoints in the methodinfo structure.
The term "location" is used to refer to the bytecode index at which the breakpoint should be placed.
Definition at line 56 of file breakpoint.hpp.
|
inline |
Definition at line 82 of file breakpoint.hpp.
|
inline |
Definition at line 77 of file breakpoint.hpp.
|
inline |
Definition at line 89 of file breakpoint.hpp.
|
inline |
Definition at line 72 of file breakpoint.hpp.
|
inline |
Definition at line 95 of file breakpoint.hpp.
|
private |
Definition at line 58 of file breakpoint.hpp.