org.eclipse.ptp.debug.core.pdi.request
Interface IPDISetThreadSelectRequest
- All Superinterfaces:
- IPDIEventRequest, IPDISet
- All Known Implementing Classes:
- AbstractSetThreadSelectRequest
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
- Parameters:
qTasks -
- Returns:
-
- Throws:
PDIException- Since:
- 4.0
getThreadId
int getThreadId(TaskSet qTasks)
throws PDIException
- Parameters:
qTasks -
- Returns:
-
- Throws:
PDIException- Since:
- 4.0
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.