Uses of Interface
com.ibm.j9ddr.corereaders.tdump.zebedee.util.Emulator.ImageSpace
Packages that use Emulator.ImageSpace
Package
Description
-
Uses of Emulator.ImageSpace in com.ibm.j9ddr.corereaders.tdump.zebedee.dumpreader
Classes in com.ibm.j9ddr.corereaders.tdump.zebedee.dumpreader that implement Emulator.ImageSpaceModifier and TypeClassDescriptionfinal classProvides the ability to write as well as read to a copy of the address space. -
Uses of Emulator.ImageSpace in com.ibm.j9ddr.corereaders.tdump.zebedee.util
Methods in com.ibm.j9ddr.corereaders.tdump.zebedee.util with parameters of type Emulator.ImageSpaceModifier and TypeMethodDescriptionvoidEmulator.run(Emulator.ImageSpace space, long address) Run the emulator starting at the given address.voidEmulator.runAllPaths(Emulator.ImageSpace space, long address) Run all possible paths in the emulator starting at the given address.