Top Interfaces Classes
module jdk.hotspot.agent

Package sun.jvm.hotspot.debugger.windbg


Interface Summary

Modifier and TypeInterface and Description
public interface
WindbgDebugger

An extension of the JVMDebugger interface with a few additions to support 32-bit vs. 64-bit debugging as well as features required by the architecture-specific subpackages.

public interface
WindbgThreadFactory

An interface used only internally by the WindbgDebugger to be able to create platform-specific Thread objects

Class Summary

Modifier and TypeClass and Description
public class
public class
DLL

Provides a simple wrapper around the COFF library which handles relocation.

pack-priv class
pack-priv class
pack-priv class
public class
WindbgDebuggerLocal

An implementation of the JVMDebugger interface which talks to windbg and symbol table management is done in Java.

pack-priv class