PTP
Release 5.0

org.eclipse.ptp.debug.core.pdi
Interface IPDIThreadManagement

All Known Subinterfaces:
IPDIDebugger

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

listInfoThreads

void listInfoThreads(TaskSet tasks)
                     throws PDIException
Requests to retrieve information of threads of specify process

Parameters:
tasks - target process
Throws:
PDIException - on failure
Since:
4.0

selectThread

void selectThread(TaskSet tasks,
                  int tid)
                  throws PDIException
Requests to select thread with given thread id of specify process

Parameters:
tasks - target process
tid - thread id to be selected
Throws:
PDIException - on failure
Since:
4.0

retrieveStackInfoDepth

void retrieveStackInfoDepth(TaskSet tasks)
                            throws PDIException
Requests to retrieve a stack info depth of specify process

Parameters:
tasks - target process
Throws:
PDIException - on failure
Since:
4.0

PTP
Release 5.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.