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

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

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

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

  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=12, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.bsd.BsdCDebugger this
        start local 1 // sun.jvm.hotspot.debugger.Address pc
         0: .line 53
            aload 1 /* pc */
            ifnonnull 2
         1: .line 54
            aconst_null
            areturn
         2: .line 56
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.debugger.bsd.BsdCDebugger.getLoadObjectList:()Ljava/util/List;
            astore 2 /* objs */
        start local 2 // java.util.List objs
         3: .line 57
            aload 2 /* objs */
            invokeinterface java.util.List.toArray:()[Ljava/lang/Object;
            astore 3 /* arr */
        start local 3 // java.lang.Object[] arr
         4: .line 59
            iconst_m1
            istore 4 /* mid */
        start local 4 // int mid
         5: .line 60
            iconst_0
            istore 5 /* low */
        start local 5 // int low
         6: .line 61
            aload 3 /* arr */
            arraylength
            iconst_1
            isub
            istore 6 /* high */
        start local 6 // int high
         7: .line 63
            goto 21
         8: .line 64
      StackMap locals: sun.jvm.hotspot.debugger.bsd.BsdCDebugger sun.jvm.hotspot.debugger.Address java.util.List java.lang.Object[] int int int
      StackMap stack:
            iload 5 /* low */
            iload 6 /* high */
            iadd
            iconst_1
            ishr
            istore 4 /* mid */
         9: .line 65
            aload 3 /* arr */
            iload 4 /* mid */
            aaload
            checkcast sun.jvm.hotspot.debugger.cdbg.LoadObject
            astore 7 /* midVal */
        start local 7 // sun.jvm.hotspot.debugger.cdbg.LoadObject midVal
        10: .line 66
            aload 1 /* pc */
            aload 7 /* midVal */
            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
            lstore 8 /* cmp */
        start local 8 // long cmp
        11: .line 67
            lload 8 /* cmp */
            lconst_0
            lcmp
            ifge 14
        12: .line 68
            iload 4 /* mid */
            iconst_1
            isub
            istore 6 /* high */
        13: .line 69
            goto 21
      StackMap locals: sun.jvm.hotspot.debugger.cdbg.LoadObject long
      StackMap stack:
        14: lload 8 /* cmp */
            lconst_0
            lcmp
            ifle 20
        15: .line 70
            aload 7 /* midVal */
            invokeinterface sun.jvm.hotspot.debugger.cdbg.LoadObject.getSize:()J
            lstore 10 /* size */
        start local 10 // long size
        16: .line 71
            lload 8 /* cmp */
            lload 10 /* size */
            lcmp
            iflt 19
        17: .line 72
            iload 4 /* mid */
            iconst_1
            iadd
            istore 5 /* low */
        18: .line 73
            goto 21
        19: .line 74
      StackMap locals: long
      StackMap stack:
            aload 3 /* arr */
            iload 4 /* mid */
            aaload
            checkcast sun.jvm.hotspot.debugger.cdbg.LoadObject
            areturn
        end local 10 // long size
        20: .line 77
      StackMap locals:
      StackMap stack:
            aload 3 /* arr */
            iload 4 /* mid */
            aaload
            checkcast sun.jvm.hotspot.debugger.cdbg.LoadObject
            areturn
        end local 8 // long cmp
        end local 7 // sun.jvm.hotspot.debugger.cdbg.LoadObject midVal
        21: .line 63
      StackMap locals:
      StackMap stack:
            iload 5 /* low */
            iload 6 /* high */
            if_icmple 8
        22: .line 81
            aconst_null
            areturn
        end local 6 // int high
        end local 5 // int low
        end local 4 // int mid
        end local 3 // java.lang.Object[] arr
        end local 2 // java.util.List objs
        end local 1 // sun.jvm.hotspot.debugger.Address pc
        end local 0 // sun.jvm.hotspot.debugger.bsd.BsdCDebugger this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   23     0    this  Lsun/jvm/hotspot/debugger/bsd/BsdCDebugger;
            0   23     1      pc  Lsun/jvm/hotspot/debugger/Address;
            3   23     2    objs  Ljava/util/List<Lsun/jvm/hotspot/debugger/cdbg/LoadObject;>;
            4   23     3     arr  [Ljava/lang/Object;
            5   23     4     mid  I
            6   23     5     low  I
            7   23     6    high  I
           10   21     7  midVal  Lsun/jvm/hotspot/debugger/cdbg/LoadObject;
           11   21     8     cmp  J
           16   20    10    size  J
    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=6, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.bsd.BsdCDebugger this
        start local 1 // sun.jvm.hotspot.debugger.ThreadProxy thread
         0: .line 85
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.bsd.BsdCDebugger.dbg:Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;
            invokeinterface sun.jvm.hotspot.debugger.bsd.BsdDebugger.getCPU:()Ljava/lang/String;
            astore 2 /* cpu */
        start local 2 // java.lang.String cpu
         1: .line 86
            aload 2 /* cpu */
            ldc "x86"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 8
         2: .line 87
            aload 1 /* thread */
            invokeinterface sun.jvm.hotspot.debugger.ThreadProxy.getContext:()Lsun/jvm/hotspot/debugger/ThreadContext;
            checkcast sun.jvm.hotspot.debugger.x86.X86ThreadContext
            astore 3 /* context */
        start local 3 // sun.jvm.hotspot.debugger.x86.X86ThreadContext context
         3: .line 88
            aload 3 /* context */
            bipush 6
            invokevirtual sun.jvm.hotspot.debugger.x86.X86ThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
            astore 4 /* ebp */
        start local 4 // sun.jvm.hotspot.debugger.Address ebp
         4: .line 89
            aload 4 /* ebp */
            ifnonnull 5
            aconst_null
            areturn
         5: .line 90
      StackMap locals: java.lang.String sun.jvm.hotspot.debugger.x86.X86ThreadContext sun.jvm.hotspot.debugger.Address
      StackMap stack:
            aload 3 /* context */
            bipush 14
            invokevirtual sun.jvm.hotspot.debugger.x86.X86ThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
            astore 5 /* pc */
        start local 5 // sun.jvm.hotspot.debugger.Address pc
         6: .line 91
            aload 5 /* pc */
            ifnonnull 7
            aconst_null
            areturn
         7: .line 92
      StackMap locals: sun.jvm.hotspot.debugger.Address
      StackMap stack:
            new sun.jvm.hotspot.debugger.bsd.x86.BsdX86CFrame
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.bsd.BsdCDebugger.dbg:Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;
            aload 4 /* ebp */
            aload 5 /* pc */
            invokespecial sun.jvm.hotspot.debugger.bsd.x86.BsdX86CFrame.<init>:(Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
            areturn
        end local 5 // sun.jvm.hotspot.debugger.Address pc
        end local 4 // sun.jvm.hotspot.debugger.Address ebp
        end local 3 // sun.jvm.hotspot.debugger.x86.X86ThreadContext context
         8: .line 93
      StackMap locals:
      StackMap stack:
            aload 2 /* cpu */
            ldc "amd64"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 9
            aload 2 /* cpu */
            ldc "x86_64"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 15
         9: .line 94
      StackMap locals:
      StackMap stack:
            aload 1 /* thread */
            invokeinterface sun.jvm.hotspot.debugger.ThreadProxy.getContext:()Lsun/jvm/hotspot/debugger/ThreadContext;
            checkcast sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext
            astore 3 /* context */
        start local 3 // sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext context
        10: .line 95
            aload 3 /* context */
            bipush 10
            invokevirtual sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
            astore 4 /* rbp */
        start local 4 // sun.jvm.hotspot.debugger.Address rbp
        11: .line 96
            aload 4 /* rbp */
            ifnonnull 12
            aconst_null
            areturn
        12: .line 97
      StackMap locals: sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext sun.jvm.hotspot.debugger.Address
      StackMap stack:
            aload 3 /* context */
            bipush 17
            invokevirtual sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
            astore 5 /* pc */
        start local 5 // sun.jvm.hotspot.debugger.Address pc
        13: .line 98
            aload 5 /* pc */
            ifnonnull 14
            aconst_null
            areturn
        14: .line 99
      StackMap locals: sun.jvm.hotspot.debugger.Address
      StackMap stack:
            new sun.jvm.hotspot.debugger.bsd.amd64.BsdAMD64CFrame
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.bsd.BsdCDebugger.dbg:Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;
            aload 4 /* rbp */
            aload 5 /* pc */
            invokespecial sun.jvm.hotspot.debugger.bsd.amd64.BsdAMD64CFrame.<init>:(Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
            areturn
        end local 5 // sun.jvm.hotspot.debugger.Address pc
        end local 4 // sun.jvm.hotspot.debugger.Address rbp
        end local 3 // sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext context
        15: .line 101
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.DebuggerException
            dup
            new java.lang.StringBuilder
            dup
            aload 2 /* cpu */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " is not yet supported"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial sun.jvm.hotspot.debugger.DebuggerException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.lang.String cpu
        end local 1 // sun.jvm.hotspot.debugger.ThreadProxy thread
        end local 0 // sun.jvm.hotspot.debugger.bsd.BsdCDebugger this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   16     0     this  Lsun/jvm/hotspot/debugger/bsd/BsdCDebugger;
            0   16     1   thread  Lsun/jvm/hotspot/debugger/ThreadProxy;
            1   16     2      cpu  Ljava/lang/String;
            3    8     3  context  Lsun/jvm/hotspot/debugger/x86/X86ThreadContext;
            4    8     4      ebp  Lsun/jvm/hotspot/debugger/Address;
            6    8     5       pc  Lsun/jvm/hotspot/debugger/Address;
           10   15     3  context  Lsun/jvm/hotspot/debugger/amd64/AMD64ThreadContext;
           11   15     4      rbp  Lsun/jvm/hotspot/debugger/Address;
           13   15     5       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.bsd.BsdCDebugger this
        start local 1 // java.lang.String fileName
         0: .line 106
            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.bsd.BsdCDebugger this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lsun/jvm/hotspot/debugger/bsd/BsdCDebugger;
            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.bsd.BsdCDebugger this
         0: .line 111
            aconst_null
            areturn
        end local 0 // sun.jvm.hotspot.debugger.bsd.BsdCDebugger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/bsd/BsdCDebugger;
    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.bsd.BsdCDebugger this
         0: .line 115
            iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.debugger.bsd.BsdCDebugger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/bsd/BsdCDebugger;

  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.bsd.BsdCDebugger this
        start local 1 // java.lang.String sym
         0: .line 119
            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.bsd.BsdCDebugger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/bsd/BsdCDebugger;
            0    1     1   sym  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      sym   
}
SourceFile: "BsdCDebugger.java"