|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPDIThreadManagement
Represents thread management
| Method Summary | |
|---|---|
void |
listInfoThreads(TaskSet tasks)
Requests to retrieve information of threads of specify process |
void |
retrieveStackInfoDepth(TaskSet tasks)
Requests to retrieve a stack info depth of specify process |
void |
selectThread(TaskSet tasks,
int tid)
Requests to select thread with given thread id of specify process |
| Method Detail |
|---|
void listInfoThreads(TaskSet tasks)
throws PDIException
tasks - target process
PDIException - on failure
void selectThread(TaskSet tasks,
int tid)
throws PDIException
tasks - target processtid - thread id to be selected
PDIException - on failure
void retrieveStackInfoDepth(TaskSet tasks)
throws PDIException
tasks - target process
PDIException - on failure
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||