Pin
Functions
stopped_thread_client.cpp File Reference
#include "level_base.H"
#include "level_core.H"
#include "level_imgio.H"
#include "level_vmclient.H"
#include "level_pinclient.H"
#include "thread-depot-client.hpp"

Functions

BOOL LEVEL_PINCLIENT::PIN_StopApplicationThreads (THREADID tid)
 
BOOL LEVEL_PINCLIENT::PIN_IsThreadStoppedInDebugger (THREADID tid)
 
VOID LEVEL_PINCLIENT::PIN_ResumeApplicationThreads (THREADID tid)
 
UINT32 LEVEL_PINCLIENT::PIN_GetStoppedThreadCount ()
 
THREADID LEVEL_PINCLIENT::PIN_GetStoppedThreadId (UINT32 i)
 
const CONTEXTLEVEL_PINCLIENT::PIN_GetStoppedThreadContext (THREADID tid)
 
CONTEXTLEVEL_PINCLIENT::PIN_GetStoppedThreadWriteableContext (THREADID tid)
 

Detailed Description

Pin client functions to temporarily stop all application threads, examine their state and resume.