- java.lang.Object
-
- com.ibm.j9ddr.corereaders.macho.MachoDumpReader.MachFile64
-
- Enclosing class:
- MachoDumpReader
public class MachoDumpReader.MachFile64 extends Object
-
-
Field Summary
Fields Modifier and Type Field Description MachoDumpReader.MachHeader64headerList<LoadCommand>loadCommandsList<LoadCommand>otherLoadsList<SegmentCommand64>segmentsList<ThreadCommand>threads
-
Constructor Summary
Constructors Constructor Description MachFile64()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<? extends IMemorySource>getMemoryRangesWithOffset(long vmAddrOffset)
-
-
-
Field Detail
-
header
public MachoDumpReader.MachHeader64 header
-
loadCommands
public List<LoadCommand> loadCommands
-
segments
public List<SegmentCommand64> segments
-
otherLoads
public List<LoadCommand> otherLoads
-
threads
public List<ThreadCommand> threads
-
-
Method Detail
-
getMemoryRangesWithOffset
public Collection<? extends IMemorySource> getMemoryRangesWithOffset(long vmAddrOffset) throws IOException
- Throws:
IOException
-
-