public interface ImageThread
Modifier and Type | Method and Description |
---|---|
String |
getID()
Fetch a unique identifier for the thread.
|
Properties |
getProperties()
Get the OS-specific properties for this thread.
|
Iterator |
getRegisters()
Get the register contents.
|
Iterator |
getStackFrames()
Get the set of stack frames on this thread.
|
Iterator |
getStackSections()
Get the set of image sections which make up the stack.
|
String getID() throws CorruptDataException
CorruptDataException
Iterator getStackFrames() throws DataUnavailable
DataUnavailable
- If native stack frames are not available on this platformImageStackFrame
,
CorruptData
Iterator getStackSections()
ImageSection
,
CorruptData
Iterator getRegisters()
ImageRegister
Properties getProperties()
Eclipse OpenJ9 website.
To raise a bug report or suggest an improvement create an Eclipse OpenJ9 issue.
Copyright © 2004, 2024 IBM Corp. and others.