Pin
Public Member Functions | Static Public Member Functions
CALLSTACK::CallStackManager Class Reference

List of all members.

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:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator