public interface IPDIThreadManagement
Modifier and Type | Method and Description |
---|---|
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
|
void listInfoThreads(TaskSet tasks) throws PDIException
tasks
- target processPDIException
- on failurevoid selectThread(TaskSet tasks, int tid) throws PDIException
tasks
- target processtid
- thread id to be selectedPDIException
- on failurevoid retrieveStackInfoDepth(TaskSet tasks) throws PDIException
tasks
- target processPDIException
- on failureCopyright (c) 2011 IBM Corporation and others. All Rights Reserved.