|
Emulate * | emulate |
| The emulator currently associated with this breakpoint.
|
|
◆ addressCallback()
bool TerminateCallBack::addressCallback |
( |
const Address & |
addr | ) |
|
|
virtual |
Call back method for address based breakpoints.
This routine is invoked during emulation, if this breakpoint has somehow been associated with this address. The callback can perform any operation on the emulator context it wants. It then returns true if these actions are intended to replace the action of the entire machine instruction at this address. Or it returns false if the machine instruction should still be executed normally.
- Parameters
-
addr | is the address where the break has occurred |
- Returns
- true if the machine instruction should not be executed
Reimplemented from BreakCallBack.
The documentation for this class was generated from the following file: