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 ImageModuleImageProcess. 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 classImageModuleConstructors 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 classJCImageModuleMethods in com.ibm.dtfj.image.javacore that return ImageModule Modifier and Type Method Description ImageModuleJCImageProcess. getLibrary(String name)NON-DTFJMethods in com.ibm.dtfj.image.javacore with parameters of type ImageModule Modifier and Type Method Description voidJCImageProcess. 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 ImageModuleIImageProcessBuilder. 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 voidIImageProcessBuilder. addProperty(ImageModule library, String name, String value)Adds/updates a property for the libraryImageSymbolIImageProcessBuilder. addRoutine(ImageModule library, String name, long address)Add a routine to a modulevoidIImageProcessBuilder. 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 classPHDCorruptImageModuleclassPHDImageModule -
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 classJ9DDRImageModule
-