public interface sun.jvm.hotspot.debugger.cdbg.CDebugger
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: sun.jvm.hotspot.debugger.cdbg.CDebugger
super_class: java.lang.Object
{
public abstract java.util.List getThreadList();
descriptor: ()Ljava/util/List;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws sun.jvm.hotspot.debugger.DebuggerException
public abstract java.util.List getLoadObjectList();
descriptor: ()Ljava/util/List;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws sun.jvm.hotspot.debugger.DebuggerException
public abstract sun.jvm.hotspot.debugger.cdbg.LoadObject loadObjectContainingPC(sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/cdbg/LoadObject;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws sun.jvm.hotspot.debugger.DebuggerException
MethodParameters:
Name Flags
pc
public abstract sun.jvm.hotspot.debugger.cdbg.CFrame topFrameForThread(sun.jvm.hotspot.debugger.ThreadProxy);
descriptor: (Lsun/jvm/hotspot/debugger/ThreadProxy;)Lsun/jvm/hotspot/debugger/cdbg/CFrame;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws sun.jvm.hotspot.debugger.DebuggerException, java.lang.IllegalThreadStateException
MethodParameters:
Name Flags
t
public abstract java.lang.String getNameOfFile(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/lang/String;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws sun.jvm.hotspot.debugger.DebuggerException
MethodParameters:
Name Flags
fileName
public abstract sun.jvm.hotspot.debugger.cdbg.ProcessControl getProcessControl();
descriptor: ()Lsun/jvm/hotspot/debugger/cdbg/ProcessControl;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws sun.jvm.hotspot.debugger.DebuggerException
public abstract boolean canDemangle();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract java.lang.String demangle(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/lang/String;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.lang.UnsupportedOperationException
MethodParameters:
Name Flags
sym
}
SourceFile: "CDebugger.java"