Uses of Interface
com.ibm.dtfj.image.ImageModule
Package
Description
Classes to support reading system images.
-
Uses of ImageModule in com.ibm.dtfj.image
Modifier and TypeMethodDescriptionImageProcess.getExecutable()
Get the module representing the executable within the image. -
Uses of ImageModule in com.ibm.dtfj.image.j9
ModifierConstructorDescriptionImageProcess
(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
Modifier and TypeMethodDescriptionJCImageProcess.getExecutable()
JCImageProcess.getLibrary
(String name) NON-DTFJModifier and TypeMethodDescriptionvoid
JCImageProcess.setExecutable
(ImageModule execMod) NON-DTFJ -
Uses of ImageModule in com.ibm.dtfj.javacore.builder
Modifier and TypeMethodDescriptionIImageProcessBuilder.addLibrary
(String name) Will add an com.ibm.dtfj.image.ImageModule for the specified library name.Modifier and TypeMethodDescriptionvoid
IImageProcessBuilder.addProperty
(ImageModule library, String name, String value) Adds/updates a property for the libraryIImageProcessBuilder.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.javacore.builder.javacore
Modifier and TypeMethodDescriptionvoid
ImageProcessBuilder.addProperty
(ImageModule library, String name, String value) ImageProcessBuilder.addRoutine
(ImageModule library, String name, long address) void
ImageProcessBuilder.setExecutable
(ImageModule execMod) -
Uses of ImageModule in com.ibm.dtfj.phd
-
Uses of ImageModule in com.ibm.j9ddr.view.dtfj.image