Pin
Public Member Functions | Static Public Member Functions | List of all members
CALLSTACK::CallStackManager Class Reference

Public Member Functions

CallStack get_stack (THREADID tid)
 
void activate ()
 
void get_ip_info (ADDRINT ip, CallStackInfo &info)
 
void on_function_enter (CALL_STACK_HANDLER handler, const string &func_name, void *v, BOOL use_ctxt)
 
void on_function_exit (CALL_STACK_HANDLER handler, const string &func_name, void *v, BOOL use_ctxt)
 
void on_function_ip_enter (CALL_STACK_HANDLER handler, ADDRINT func_ip, void *v, BOOL use_ctxt)
 
void on_function_ip_exit (CALL_STACK_HANDLER handler, ADDRINT func_ip, void *v, BOOL use_ctxt)
 
void on_call (THREADID tid, CONTEXT *ctxt, ADDRINT ip)
 
void on_ret_fire (THREADID tid, CONTEXT *ctxt, ADDRINT ip)
 
BOOL on_ret_should_fire (THREADID tid)
 
BOOL NeedContext ()
 
BOOL TargetInteresting (ADDRINT ip)
 

Static Public Member Functions

static CallStackManagerget_instance ()
 

The documentation for this class was generated from the following file: