Uses of Interface
com.ibm.dtfj.image.ImageModule
-
Packages that use ImageModule Package Description com.ibm.dtfj.image Classes to support reading system images.com.ibm.dtfj.image.j9 com.ibm.dtfj.image.javacore com.ibm.dtfj.javacore.builder com.ibm.dtfj.phd com.ibm.j9ddr.view.dtfj.image -
-
Uses of ImageModule in com.ibm.dtfj.image
Methods in com.ibm.dtfj.image that return ImageModule Modifier and Type Method Description ImageModule
ImageProcess. getExecutable()
Get the module representing the executable within the image. -
Uses of ImageModule in com.ibm.dtfj.image.j9
Classes in com.ibm.dtfj.image.j9 that implement ImageModule Modifier and Type Class Description class
ImageModule
Constructors in com.ibm.dtfj.image.j9 with parameters of type ImageModule Constructor Description ImageProcess(String pid, String commandLine, Properties environment, ImageThread currentThread, Iterator threads, ImageModule executable, Iterator libraries, int pointerSize)
PartialProcess(String pid, String commandLine, Properties environment, ImageThread currentThread, Iterator threads, ImageModule executable, Iterator libraries, int pointerSize, DataUnavailable executableException, DataUnavailable libraryException)
-
Uses of ImageModule in com.ibm.dtfj.image.javacore
Classes in com.ibm.dtfj.image.javacore that implement ImageModule Modifier and Type Class Description class
JCImageModule
Methods in com.ibm.dtfj.image.javacore that return ImageModule Modifier and Type Method Description ImageModule
JCImageProcess. getLibrary(String name)
NON-DTFJMethods in com.ibm.dtfj.image.javacore with parameters of type ImageModule Modifier and Type Method Description void
JCImageProcess. setExecutable(ImageModule execMod)
NON-DTFJ -
Uses of ImageModule in com.ibm.dtfj.javacore.builder
Methods in com.ibm.dtfj.javacore.builder that return ImageModule Modifier and Type Method Description ImageModule
IImageProcessBuilder. addLibrary(String name)
Will add an com.ibm.dtfj.image.ImageModule for the specified library name.Methods in com.ibm.dtfj.javacore.builder with parameters of type ImageModule Modifier and Type Method Description void
IImageProcessBuilder. addProperty(ImageModule library, String name, String value)
Adds/updates a property for the libraryImageSymbol
IImageProcessBuilder. addRoutine(ImageModule library, String name, long address)
Add a routine to a modulevoid
IImageProcessBuilder. setExecutable(ImageModule execMod)
Sets the module as the process executable -
Uses of ImageModule in com.ibm.dtfj.phd
Classes in com.ibm.dtfj.phd that implement ImageModule Modifier and Type Class Description class
PHDCorruptImageModule
class
PHDImageModule
-
Uses of ImageModule in com.ibm.j9ddr.view.dtfj.image
Classes in com.ibm.j9ddr.view.dtfj.image that implement ImageModule Modifier and Type Class Description class
J9DDRImageModule
-