Used to listen on threads of a target process.
More...
List of all members.
Detailed Description
This interface must be implemented by all classes that want to be notified about changes in a thread of the target process.
Member Function Documentation
| void BinNavi.API.debug.IThreadListener.changedProgramCounter |
( |
Thread |
thread |
) |
[package] |
Invoked after the program counter of the thread changed.
- Parameters:
-
| thread | The thread whose program counter changed. |
| void BinNavi.API.debug.IThreadListener.changedRegisters |
( |
Thread |
thread |
) |
|
Invoked after the register values of the thread changed.
- Parameters:
-
| thread | The thread whose register values changed. |
| void BinNavi.API.debug.IThreadListener.changedState |
( |
Thread |
thread |
) |
|
Invoked after the state of the thread changed.
- Parameters:
-
| thread | The thread whose state changed. |