#include <tb_entry.h>
Inheritance diagram for Tb_entry_bp:
Public Member Functions | |
void | set (Context *ctx, Address ip, int mode, int len, Mword value, Address address) |
int | mode () const |
int | len () const |
Mword | value () const |
Address | addr () const |
Private Attributes | |
Address | _address |
breakpoint address | |
int | _len |
breakpoint length | |
Mword | _value |
value at address | |
int | _mode |
breakpoint mode |
|
|
|
|
|
|
|
|
|
|
|
breakpoint address
|
|
breakpoint length
|
|
breakpoint mode
|
|
value at address
|