class sun.jvm.hotspot.debugger.windbg.WindbgCDebugger implements sun.jvm.hotspot.debugger.cdbg.CDebugger
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.debugger.windbg.WindbgCDebugger
  super_class: java.lang.Object
{
  private sun.jvm.hotspot.debugger.windbg.WindbgDebugger dbg;
    descriptor: Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
    flags: (0x0002) ACC_PRIVATE

  void <init>(sun.jvm.hotspot.debugger.windbg.WindbgDebugger);
    descriptor: (Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugger this
        start local 1 // sun.jvm.hotspot.debugger.windbg.WindbgDebugger dbg
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            aload 0 /* this */
            aload 1 /* dbg */
            putfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugger.dbg:Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
         2: .line 45
            return
        end local 1 // sun.jvm.hotspot.debugger.windbg.WindbgDebugger dbg
        end local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/debugger/windbg/WindbgCDebugger;
            0    3     1   dbg  Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
    MethodParameters:
      Name  Flags
      dbg   

  public java.util.List getThreadList();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugger this
         0: .line 48
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugger.dbg:Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
            invokeinterface sun.jvm.hotspot.debugger.windbg.WindbgDebugger.getThreadList:()Ljava/util/List;
            areturn
        end local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/windbg/WindbgCDebugger;
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException

  public java.util.List getLoadObjectList();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugger this
         0: .line 52
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugger.dbg:Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
            invokeinterface sun.jvm.hotspot.debugger.windbg.WindbgDebugger.getLoadObjectList:()Ljava/util/List;
            areturn
        end local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/windbg/WindbgCDebugger;
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException

  public 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: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugger this
        start local 1 // sun.jvm.hotspot.debugger.Address pc
         0: .line 58
            aload 1 /* pc */
            ifnonnull 2
         1: .line 59
            aconst_null
            areturn
         2: .line 61
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugger.getLoadObjectList:()Ljava/util/List;
            astore 2 /* objs */
        start local 2 // java.util.List objs
         3: .line 62
            aload 2 /* objs */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3 /* iter */
        start local 3 // java.util.Iterator iter
         4: goto 8
         5: .line 63
      StackMap locals: java.util.List java.util.Iterator
      StackMap stack:
            aload 3 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.debugger.cdbg.LoadObject
            astore 4 /* obj */
        start local 4 // sun.jvm.hotspot.debugger.cdbg.LoadObject obj
         6: .line 64
            aload 4 /* obj */
            invokeinterface sun.jvm.hotspot.debugger.cdbg.LoadObject.getBase:()Lsun/jvm/hotspot/debugger/Address;
            aload 1 /* pc */
            invokestatic sun.jvm.hotspot.utilities.AddressOps.lte:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 8
            aload 1 /* pc */
            aload 4 /* obj */
            invokeinterface sun.jvm.hotspot.debugger.cdbg.LoadObject.getBase:()Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.debugger.Address.minus:(Lsun/jvm/hotspot/debugger/Address;)J
            aload 4 /* obj */
            invokeinterface sun.jvm.hotspot.debugger.cdbg.LoadObject.getSize:()J
            lcmp
            ifge 8
         7: .line 65
            aload 4 /* obj */
            areturn
        end local 4 // sun.jvm.hotspot.debugger.cdbg.LoadObject obj
         8: .line 62
      StackMap locals:
      StackMap stack:
            aload 3 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        end local 3 // java.util.Iterator iter
         9: .line 68
            aconst_null
            areturn
        end local 2 // java.util.List objs
        end local 1 // sun.jvm.hotspot.debugger.Address pc
        end local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lsun/jvm/hotspot/debugger/windbg/WindbgCDebugger;
            0   10     1    pc  Lsun/jvm/hotspot/debugger/Address;
            3   10     2  objs  Ljava/util/List;
            4    9     3  iter  Ljava/util/Iterator;
            6    8     4   obj  Lsun/jvm/hotspot/debugger/cdbg/LoadObject;
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException
    MethodParameters:
      Name  Flags
      pc    

  public 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: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugger this
        start local 1 // sun.jvm.hotspot.debugger.ThreadProxy thread
         0: .line 72
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugger.dbg:Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
            invokeinterface sun.jvm.hotspot.debugger.windbg.WindbgDebugger.getCPU:()Ljava/lang/String;
            ldc "x86"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 7
         1: .line 73
            aload 1 /* thread */
            invokeinterface sun.jvm.hotspot.debugger.ThreadProxy.getContext:()Lsun/jvm/hotspot/debugger/ThreadContext;
            checkcast sun.jvm.hotspot.debugger.x86.X86ThreadContext
            astore 2 /* context */
        start local 2 // sun.jvm.hotspot.debugger.x86.X86ThreadContext context
         2: .line 74
            aload 2 /* context */
            bipush 6
            invokevirtual sun.jvm.hotspot.debugger.x86.X86ThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
            astore 3 /* ebp */
        start local 3 // sun.jvm.hotspot.debugger.Address ebp
         3: .line 75
            aload 3 /* ebp */
            ifnonnull 4
            aconst_null
            areturn
         4: .line 76
      StackMap locals: sun.jvm.hotspot.debugger.x86.X86ThreadContext sun.jvm.hotspot.debugger.Address
      StackMap stack:
            aload 2 /* context */
            bipush 14
            invokevirtual sun.jvm.hotspot.debugger.x86.X86ThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
            astore 4 /* pc */
        start local 4 // sun.jvm.hotspot.debugger.Address pc
         5: .line 77
            aload 4 /* pc */
            ifnonnull 6
            aconst_null
            areturn
         6: .line 78
      StackMap locals: sun.jvm.hotspot.debugger.Address
      StackMap stack:
            new sun.jvm.hotspot.debugger.windows.x86.WindowsX86CFrame
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugger.dbg:Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
            aload 3 /* ebp */
            aload 4 /* pc */
            invokespecial sun.jvm.hotspot.debugger.windows.x86.WindowsX86CFrame.<init>:(Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
            areturn
        end local 4 // sun.jvm.hotspot.debugger.Address pc
        end local 3 // sun.jvm.hotspot.debugger.Address ebp
        end local 2 // sun.jvm.hotspot.debugger.x86.X86ThreadContext context
         7: .line 79
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugger.dbg:Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
            invokeinterface sun.jvm.hotspot.debugger.windbg.WindbgDebugger.getCPU:()Ljava/lang/String;
            ldc "amd64"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 14
         8: .line 80
            aload 1 /* thread */
            invokeinterface sun.jvm.hotspot.debugger.ThreadProxy.getContext:()Lsun/jvm/hotspot/debugger/ThreadContext;
            checkcast sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext
            astore 2 /* context */
        start local 2 // sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext context
         9: .line 81
            aload 2 /* context */
            bipush 10
            invokevirtual sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
            astore 3 /* rbp */
        start local 3 // sun.jvm.hotspot.debugger.Address rbp
        10: .line 82
            aload 3 /* rbp */
            ifnonnull 11
            aconst_null
            areturn
        11: .line 83
      StackMap locals: sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext sun.jvm.hotspot.debugger.Address
      StackMap stack:
            aload 2 /* context */
            bipush 17
            invokevirtual sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
            astore 4 /* pc */
        start local 4 // sun.jvm.hotspot.debugger.Address pc
        12: .line 84
            aload 4 /* pc */
            ifnonnull 13
            aconst_null
            areturn
        13: .line 85
      StackMap locals: sun.jvm.hotspot.debugger.Address
      StackMap stack:
            new sun.jvm.hotspot.debugger.windows.amd64.WindowsAMD64CFrame
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugger.dbg:Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
            aload 3 /* rbp */
            aload 4 /* pc */
            invokespecial sun.jvm.hotspot.debugger.windows.amd64.WindowsAMD64CFrame.<init>:(Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
            areturn
        end local 4 // sun.jvm.hotspot.debugger.Address pc
        end local 3 // sun.jvm.hotspot.debugger.Address rbp
        end local 2 // sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext context
        14: .line 88
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // sun.jvm.hotspot.debugger.ThreadProxy thread
        end local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugger this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   15     0     this  Lsun/jvm/hotspot/debugger/windbg/WindbgCDebugger;
            0   15     1   thread  Lsun/jvm/hotspot/debugger/ThreadProxy;
            2    7     2  context  Lsun/jvm/hotspot/debugger/x86/X86ThreadContext;
            3    7     3      ebp  Lsun/jvm/hotspot/debugger/Address;
            5    7     4       pc  Lsun/jvm/hotspot/debugger/Address;
            9   14     2  context  Lsun/jvm/hotspot/debugger/amd64/AMD64ThreadContext;
           10   14     3      rbp  Lsun/jvm/hotspot/debugger/Address;
           12   14     4       pc  Lsun/jvm/hotspot/debugger/Address;
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException
    MethodParameters:
        Name  Flags
      thread  

  public java.lang.String getNameOfFile(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugger this
        start local 1 // java.lang.String fileName
         0: .line 93
            new java.io.File
            dup
            aload 1 /* fileName */
            invokespecial java.io.File.<init>:(Ljava/lang/String;)V
            invokevirtual java.io.File.getName:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.String fileName
        end local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugger this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lsun/jvm/hotspot/debugger/windbg/WindbgCDebugger;
            0    1     1  fileName  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      fileName  

  public sun.jvm.hotspot.debugger.cdbg.ProcessControl getProcessControl();
    descriptor: ()Lsun/jvm/hotspot/debugger/cdbg/ProcessControl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugger this
         0: .line 97
            aconst_null
            areturn
        end local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/windbg/WindbgCDebugger;
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException

  public boolean canDemangle();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugger this
         0: .line 102
            iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/windbg/WindbgCDebugger;

  public java.lang.String demangle(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugger this
        start local 1 // java.lang.String sym
         0: .line 106
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.lang.String sym
        end local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/windbg/WindbgCDebugger;
            0    1     1   sym  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      sym   
}
SourceFile: "WindbgCDebugger.java"