PTP
Release 7.0

org.eclipse.ptp.debug.core.pdi.request
Interface IPDISetThreadSelectRequest

All Superinterfaces:
IPDIEventRequest, IPDISet

public interface IPDISetThreadSelectRequest
extends IPDIEventRequest

Represents to request setting thread select


Field Summary
 
Fields inherited from interface org.eclipse.ptp.debug.core.pdi.request.IPDIEventRequest
ACTION_NONE, ACTION_TERMINATED, CANCELLED, DONE, ERROR, RUNNING, UNKNOWN
 
Method Summary
 IPDIStackFrameDescriptor getStackFrame(TaskSet qTasks)
          Get the current stack frame
 int getThreadId(TaskSet qTasks)
          Get the thread ID
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.request.IPDIEventRequest
cancel, completed, done, error, execute, getErrorMessage, getName, getResponseAction, getStatus, setStatus
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISet
getTasks
 

Method Detail

getStackFrame

IPDIStackFrameDescriptor getStackFrame(TaskSet qTasks)
                                       throws PDIException
Get the current stack frame

Parameters:
qTasks -
Returns:
Throws:
PDIException
Since:
4.0

getThreadId

int getThreadId(TaskSet qTasks)
                throws PDIException
Get the thread ID

Parameters:
qTasks -
Returns:
Throws:
PDIException
Since:
4.0

PTP
Release 7.0

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