java.lang.Object
com.ibm.j9ddr.corereaders.elf.ELFDumpReader.LinuxThread
- All Implemented Interfaces:
IOSThread
- Enclosing class:
ELFDumpReader
-
Method Summary
Modifier and TypeMethodDescriptionlonglongCollection<? extends IMemoryRange> List<? extends IOSStackFrame> longlongvoid
-
Method Details
-
getMemoryRanges
- Specified by:
getMemoryRangesin interfaceIOSThread
-
getProperties
- Specified by:
getPropertiesin interfaceIOSThread
-
getRegisters
- Specified by:
getRegistersin interfaceIOSThread
-
getInstructionPointer
public long getInstructionPointer()- Specified by:
getInstructionPointerin interfaceIOSThread
-
getStackFrames
- Specified by:
getStackFramesin interfaceIOSThread
-
walkStack
public void walkStack() -
getThreadId
- Specified by:
getThreadIdin interfaceIOSThread- Throws:
CorruptDataException
-
getBasePointer
public long getBasePointer()- Specified by:
getBasePointerin interfaceIOSThread
-
getStackPointer
public long getStackPointer()- Specified by:
getStackPointerin interfaceIOSThread
-