org.eclipse.ptp.debug.core.pdi.request
Interface IPDISetThreadSelectRequest
- All Superinterfaces:
- IPDIEventRequest, IPDISet
public interface IPDISetThreadSelectRequest
- extends IPDIEventRequest
Represents to request setting thread select
| Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISet |
getTasks |
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
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.