Classes | |
| class | INSTLIB::ALARM_BASE |
Functions | |
| static ADDRINT | INSTLIB::ALARM_BASE::AdvanceCondition (ARMED_COUNT *alarm, THREADID tid) |
| static void | INSTLIB::ALARM_BASE::CallHandler (ALARM_BASE *alarm, CONTEXT *ctxt, VOID *ip, THREADID tid) |
| static void | INSTLIB::ALARM_BASE::InsertIfCallToAdvance (ALARM_BASE *alarm, INS ins) |
| static void | INSTLIB::ALARM_BASE::InsertThenCallToHandler (ALARM_BASE *alarm, INS ins) |
|
||||||||||||
|
Advance the counter
|
|
||||||||||||||||||||
|
Static wrapper for calling the handler. |
|
||||||||||||
|
Inserts an "If" call to the Advance, which will update the counter, and check if the handler should be called. |
|
||||||||||||
|
Inserts a "Then" call to the handler with or without the context. |
1.4.6