PTP
Release 7.0

org.eclipse.ptp.debug.core.pdi.model
Interface IPDIThreadStorageDescriptor

All Superinterfaces:
IPDISessionObject, IPDISet, IPDIVariableDescriptor
All Known Subinterfaces:
IPDIThreadStorage

public interface IPDIThreadStorageDescriptor
extends IPDIVariableDescriptor

Represents thread storage descriptor


Method Summary
 IPDIThread getThread()
          Returns the thread
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.model.IPDIVariableDescriptor
equalDescriptors, getAIF, getCastingArrayEnd, getCastingArrayStart, getCastingTypes, getFullName, getId, getName, getPosition, getQualifiedName, getStackDepth, getStackFrame, getTypeName, getVariableDescriptorAsArray, getVariableDescriptorAsType, setAIF, setCastingArrayEnd, setCastingArrayStart, sizeof
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISessionObject
getSession
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISet
getTasks
 

Method Detail

getThread

IPDIThread getThread()
                     throws PDIException
Returns the thread

Specified by:
getThread in interface IPDIVariableDescriptor
Returns:
the thread
Throws:
PDIException - on failure

PTP
Release 7.0

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