Pin
|
#include "level_base.H"
#include "level_core.H"
#include "level_imgio.H"
#include "level_vmclient.H"
#include "level_pinclient.H"
#include "debugger-connection-client.hpp"
#include "thread-depot-client.hpp"
Typedefs | |
typedef BOOL(* | LEVEL_PINCLIENT::DEBUG_INTERPRETER_CALLBACK) (THREADID threadIndex, CONTEXT *ctxt, const std::string &cmd, std::string *reply, VOID *v) |
typedef BOOL(* | LEVEL_PINCLIENT::DEBUG_BREAKPOINT_CALLBACK) (ADDRINT addr, UINT size, BOOL insert, VOID *v) |
Pin client functions for the application-level debugger.