Uses of Interface
com.ibm.dtfj.image.ImageStackFrame
Packages that use ImageStackFrame
Package
Description
-
Uses of ImageStackFrame in com.ibm.dtfj.image.j9
Classes in com.ibm.dtfj.image.j9 that implement ImageStackFrame -
Uses of ImageStackFrame in com.ibm.dtfj.image.javacore
Classes in com.ibm.dtfj.image.javacore that implement ImageStackFrameMethods in com.ibm.dtfj.image.javacore with parameters of type ImageStackFrameModifier and TypeMethodDescriptionvoid
JCImageThread.addImageStackFrame
(ImageStackFrame stackFrame) NOT in DTFJ -
Uses of ImageStackFrame in com.ibm.dtfj.javacore.builder
Methods in com.ibm.dtfj.javacore.builder that return ImageStackFrameModifier and TypeMethodDescriptionIImageProcessBuilder.addImageStackFrame
(long nativeThreadID, String name, long baseAddress, long procAddress) Adds a stack frame to an image thread -
Uses of ImageStackFrame in com.ibm.dtfj.javacore.builder.javacore
Methods in com.ibm.dtfj.javacore.builder.javacore that return ImageStackFrameModifier and TypeMethodDescriptionImageProcessBuilder.addImageStackFrame
(long nativeThreadID, String name, long baseAddress, long procAddress) -
Uses of ImageStackFrame in com.ibm.dtfj.phd
Classes in com.ibm.dtfj.phd that implement ImageStackFrameMethods in com.ibm.dtfj.phd that return types with arguments of type ImageStackFrameModifier and TypeMethodDescriptionPHDCorruptImageThread.getStackFrames()
PHDImageThread.getStackFrames()
Constructors in com.ibm.dtfj.phd with parameters of type ImageStackFrame -
Uses of ImageStackFrame in com.ibm.j9ddr.view.dtfj.image
Classes in com.ibm.j9ddr.view.dtfj.image that implement ImageStackFrame