|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImageThread
A low-level thread instance
Method Summary | |
---|---|
java.lang.String |
getID()
Fetch a unique identifier for the thread. |
java.util.Properties |
getProperties()
Get the OS-specific properties for this thread. |
java.util.List<ImageRegister> |
getRegisters()
Get the register contents. |
java.util.List<ImageStackFrame> |
getStackFrames()
Get the set of stack frames on this thread. |
java.util.List<ImageSection> |
getStackSections()
Get the set of image sections which make up the stack. |
Method Detail |
---|
java.lang.String getID() throws CorruptDataException
CorruptDataException
java.util.List<ImageStackFrame> getStackFrames() throws DataUnavailable
DataUnavailable
- If native stack frames are not available on this platformImageStackFrame
java.util.List<ImageSection> getStackSections()
ImageSection
,
CorruptData
java.util.List<ImageRegister> getRegisters()
ImageRegister
java.util.Properties getProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |