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

  void <init>(sun.jvm.hotspot.debugger.linux.LinuxDebugger);
    descriptor: (Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.linux.LinuxCDebugger this
        start local 1 // sun.jvm.hotspot.debugger.linux.LinuxDebugger dbg
         0: .line 48
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 49
            aload 0 /* this */
            aload 1 /* dbg */
            putfield sun.jvm.hotspot.debugger.linux.LinuxCDebugger.dbg:Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
         2: .line 50
            return
        end local 1 // sun.jvm.hotspot.debugger.linux.LinuxDebugger dbg
        end local 0 // sun.jvm.hotspot.debugger.linux.LinuxCDebugger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/debugger/linux/LinuxCDebugger;
            0    3     1   dbg  Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
    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.linux.LinuxCDebugger this
         0: .line 53
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.linux.LinuxCDebugger.dbg:Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
            invokeinterface sun.jvm.hotspot.debugger.linux.LinuxDebugger.getThreadList:()Ljava/util/List;
            areturn
        end local 0 // sun.jvm.hotspot.debugger.linux.LinuxCDebugger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/linux/LinuxCDebugger;
    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.linux.LinuxCDebugger this
         0: .line 57
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.linux.LinuxCDebugger.dbg:Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
            invokeinterface sun.jvm.hotspot.debugger.linux.LinuxDebugger.getLoadObjectList:()Ljava/util/List;
            areturn
        end local 0 // sun.jvm.hotspot.debugger.linux.LinuxCDebugger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/linux/LinuxCDebugger;
    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=8, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.linux.LinuxCDebugger this
        start local 1 // sun.jvm.hotspot.debugger.Address pc
         0: .line 61
            aload 1 /* pc */
            ifnonnull 2
         1: .line 62
            aconst_null
            areturn
         2: .line 68
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.debugger.linux.LinuxCDebugger.getLoadObjectList:()Ljava/util/List;
            astore 2 /* objs */
        start local 2 // java.util.List objs
         3: .line 70
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 11
         5: .line 71
      StackMap locals: java.util.List int
      StackMap stack:
            aload 2 /* objs */
            iload 3 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.debugger.cdbg.LoadObject
            astore 4 /* ob */
        start local 4 // sun.jvm.hotspot.debugger.cdbg.LoadObject ob
         6: .line 72
            aload 4 /* ob */
            invokeinterface sun.jvm.hotspot.debugger.cdbg.LoadObject.getBase:()Lsun/jvm/hotspot/debugger/Address;
            astore 5 /* base */
        start local 5 // sun.jvm.hotspot.debugger.Address base
         7: .line 73
            aload 4 /* ob */
            invokeinterface sun.jvm.hotspot.debugger.cdbg.LoadObject.getSize:()J
            lstore 6 /* size */
        start local 6 // long size
         8: .line 74
            aload 1 /* pc */
            aload 5 /* base */
            invokeinterface sun.jvm.hotspot.debugger.Address.greaterThanOrEqual:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 10
            aload 1 /* pc */
            aload 5 /* base */
            lload 6 /* size */
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.debugger.Address.lessThan:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 10
         9: .line 75
            aload 4 /* ob */
            areturn
        end local 6 // long size
        end local 5 // sun.jvm.hotspot.debugger.Address base
        end local 4 // sun.jvm.hotspot.debugger.cdbg.LoadObject ob
        10: .line 70
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 3 /* i */
            aload 2 /* objs */
            invokeinterface java.util.List.size:()I
            if_icmplt 5
        end local 3 // int i
        12: .line 79
            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.linux.LinuxCDebugger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lsun/jvm/hotspot/debugger/linux/LinuxCDebugger;
            0   13     1    pc  Lsun/jvm/hotspot/debugger/Address;
            3   13     2  objs  Ljava/util/List;
            4   12     3     i  I
            6   10     4    ob  Lsun/jvm/hotspot/debugger/cdbg/LoadObject;
            7   10     5  base  Lsun/jvm/hotspot/debugger/Address;
            8   10     6  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=6, locals=6, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.linux.LinuxCDebugger this
        start local 1 // sun.jvm.hotspot.debugger.ThreadProxy thread
         0: .line 83
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.linux.LinuxCDebugger.dbg:Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
            invokeinterface sun.jvm.hotspot.debugger.linux.LinuxDebugger.getCPU:()Ljava/lang/String;
            astore 2 /* cpu */
        start local 2 // java.lang.String cpu
         1: .line 84
            aload 2 /* cpu */
            ldc "x86"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 8
         2: .line 85
            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 86
            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 87
            aload 4 /* ebp */
            ifnonnull 5
            aconst_null
            areturn
         5: .line 88
      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 89
            aload 5 /* pc */
            ifnonnull 7
            aconst_null
            areturn
         7: .line 90
      StackMap locals: sun.jvm.hotspot.debugger.Address
      StackMap stack:
            new sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.linux.LinuxCDebugger.dbg:Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
            aload 4 /* ebp */
            aload 5 /* pc */
            invokespecial sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.<init>:(Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;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 91
      StackMap locals:
      StackMap stack:
            aload 2 /* cpu */
            ldc "amd64"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 15
         9: .line 92
            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 93
            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 94
            aload 4 /* rbp */
            ifnonnull 12
            aconst_null
            areturn
        12: .line 95
      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 96
            aload 5 /* pc */
            ifnonnull 14
            aconst_null
            areturn
        14: .line 97
      StackMap locals: sun.jvm.hotspot.debugger.Address
      StackMap stack:
            new sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.linux.LinuxCDebugger.dbg:Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
            aload 4 /* rbp */
            aload 5 /* pc */
            invokespecial sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame.<init>:(Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;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 98
      StackMap locals:
      StackMap stack:
            aload 2 /* cpu */
            ldc "sparc"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 22
        16: .line 99
            aload 1 /* thread */
            invokeinterface sun.jvm.hotspot.debugger.ThreadProxy.getContext:()Lsun/jvm/hotspot/debugger/ThreadContext;
            checkcast sun.jvm.hotspot.debugger.sparc.SPARCThreadContext
            astore 3 /* context */
        start local 3 // sun.jvm.hotspot.debugger.sparc.SPARCThreadContext context
        17: .line 100
            aload 3 /* context */
            bipush 14
            invokevirtual sun.jvm.hotspot.debugger.sparc.SPARCThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
            astore 4 /* sp */
        start local 4 // sun.jvm.hotspot.debugger.Address sp
        18: .line 101
            aload 4 /* sp */
            ifnonnull 19
            aconst_null
            areturn
        19: .line 102
      StackMap locals: sun.jvm.hotspot.debugger.sparc.SPARCThreadContext sun.jvm.hotspot.debugger.Address
      StackMap stack:
            aload 3 /* context */
            bipush 15
            invokevirtual sun.jvm.hotspot.debugger.sparc.SPARCThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
            astore 5 /* pc */
        start local 5 // sun.jvm.hotspot.debugger.Address pc
        20: .line 103
            aload 5 /* pc */
            ifnonnull 21
            aconst_null
            areturn
        21: .line 104
      StackMap locals: sun.jvm.hotspot.debugger.Address
      StackMap stack:
            new sun.jvm.hotspot.debugger.linux.sparc.LinuxSPARCCFrame
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.linux.LinuxCDebugger.dbg:Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
            aload 4 /* sp */
            aload 5 /* pc */
            invokestatic sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.getAddressSize:()I
            invokespecial sun.jvm.hotspot.debugger.linux.sparc.LinuxSPARCCFrame.<init>:(Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;I)V
            areturn
        end local 5 // sun.jvm.hotspot.debugger.Address pc
        end local 4 // sun.jvm.hotspot.debugger.Address sp
        end local 3 // sun.jvm.hotspot.debugger.sparc.SPARCThreadContext context
        22: .line 105
      StackMap locals:
      StackMap stack:
            aload 2 /* cpu */
            ldc "ppc64"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 29
        23: .line 106
            aload 1 /* thread */
            invokeinterface sun.jvm.hotspot.debugger.ThreadProxy.getContext:()Lsun/jvm/hotspot/debugger/ThreadContext;
            checkcast sun.jvm.hotspot.debugger.ppc64.PPC64ThreadContext
            astore 3 /* context */
        start local 3 // sun.jvm.hotspot.debugger.ppc64.PPC64ThreadContext context
        24: .line 107
            aload 3 /* context */
            bipush 30
            invokevirtual sun.jvm.hotspot.debugger.ppc64.PPC64ThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
            astore 4 /* sp */
        start local 4 // sun.jvm.hotspot.debugger.Address sp
        25: .line 108
            aload 4 /* sp */
            ifnonnull 26
            aconst_null
            areturn
        26: .line 109
      StackMap locals: sun.jvm.hotspot.debugger.ppc64.PPC64ThreadContext sun.jvm.hotspot.debugger.Address
      StackMap stack:
            aload 3 /* context */
            bipush 32
            invokevirtual sun.jvm.hotspot.debugger.ppc64.PPC64ThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
            astore 5 /* pc */
        start local 5 // sun.jvm.hotspot.debugger.Address pc
        27: .line 110
            aload 5 /* pc */
            ifnonnull 28
            aconst_null
            areturn
        28: .line 111
      StackMap locals: sun.jvm.hotspot.debugger.Address
      StackMap stack:
            new sun.jvm.hotspot.debugger.linux.ppc64.LinuxPPC64CFrame
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.linux.LinuxCDebugger.dbg:Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
            aload 4 /* sp */
            aload 5 /* pc */
            invokestatic sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.getAddressSize:()I
            invokespecial sun.jvm.hotspot.debugger.linux.ppc64.LinuxPPC64CFrame.<init>:(Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;I)V
            areturn
        end local 5 // sun.jvm.hotspot.debugger.Address pc
        end local 4 // sun.jvm.hotspot.debugger.Address sp
        end local 3 // sun.jvm.hotspot.debugger.ppc64.PPC64ThreadContext context
        29: .line 112
      StackMap locals:
      StackMap stack:
            aload 2 /* cpu */
            ldc "aarch64"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 36
        30: .line 113
            aload 1 /* thread */
            invokeinterface sun.jvm.hotspot.debugger.ThreadProxy.getContext:()Lsun/jvm/hotspot/debugger/ThreadContext;
            checkcast sun.jvm.hotspot.debugger.aarch64.AARCH64ThreadContext
            astore 3 /* context */
        start local 3 // sun.jvm.hotspot.debugger.aarch64.AARCH64ThreadContext context
        31: .line 114
            aload 3 /* context */
            bipush 29
            invokevirtual sun.jvm.hotspot.debugger.aarch64.AARCH64ThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
            astore 4 /* fp */
        start local 4 // sun.jvm.hotspot.debugger.Address fp
        32: .line 115
            aload 4 /* fp */
            ifnonnull 33
            aconst_null
            areturn
        33: .line 116
      StackMap locals: sun.jvm.hotspot.debugger.aarch64.AARCH64ThreadContext sun.jvm.hotspot.debugger.Address
      StackMap stack:
            aload 3 /* context */
            bipush 32
            invokevirtual sun.jvm.hotspot.debugger.aarch64.AARCH64ThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
            astore 5 /* pc */
        start local 5 // sun.jvm.hotspot.debugger.Address pc
        34: .line 117
            aload 5 /* pc */
            ifnonnull 35
            aconst_null
            areturn
        35: .line 118
      StackMap locals: sun.jvm.hotspot.debugger.Address
      StackMap stack:
            new sun.jvm.hotspot.debugger.linux.aarch64.LinuxAARCH64CFrame
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.linux.LinuxCDebugger.dbg:Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
            aload 4 /* fp */
            aload 5 /* pc */
            invokespecial sun.jvm.hotspot.debugger.linux.aarch64.LinuxAARCH64CFrame.<init>:(Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;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 fp
        end local 3 // sun.jvm.hotspot.debugger.aarch64.AARCH64ThreadContext context
        36: .line 121
      StackMap locals:
      StackMap stack:
            aload 1 /* thread */
            invokeinterface sun.jvm.hotspot.debugger.ThreadProxy.getContext:()Lsun/jvm/hotspot/debugger/ThreadContext;
            astore 3 /* context */
        start local 3 // sun.jvm.hotspot.debugger.ThreadContext context
        37: .line 122
            aload 3 /* context */
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.linux.LinuxCDebugger.dbg:Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
            invokeinterface sun.jvm.hotspot.debugger.ThreadContext.getTopFrame:(Lsun/jvm/hotspot/debugger/Debugger;)Lsun/jvm/hotspot/debugger/cdbg/CFrame;
            areturn
        end local 3 // sun.jvm.hotspot.debugger.ThreadContext context
        end local 2 // java.lang.String cpu
        end local 1 // sun.jvm.hotspot.debugger.ThreadProxy thread
        end local 0 // sun.jvm.hotspot.debugger.linux.LinuxCDebugger this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   38     0     this  Lsun/jvm/hotspot/debugger/linux/LinuxCDebugger;
            0   38     1   thread  Lsun/jvm/hotspot/debugger/ThreadProxy;
            1   38     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;
           17   22     3  context  Lsun/jvm/hotspot/debugger/sparc/SPARCThreadContext;
           18   22     4       sp  Lsun/jvm/hotspot/debugger/Address;
           20   22     5       pc  Lsun/jvm/hotspot/debugger/Address;
           24   29     3  context  Lsun/jvm/hotspot/debugger/ppc64/PPC64ThreadContext;
           25   29     4       sp  Lsun/jvm/hotspot/debugger/Address;
           27   29     5       pc  Lsun/jvm/hotspot/debugger/Address;
           31   36     3  context  Lsun/jvm/hotspot/debugger/aarch64/AARCH64ThreadContext;
           32   36     4       fp  Lsun/jvm/hotspot/debugger/Address;
           34   36     5       pc  Lsun/jvm/hotspot/debugger/Address;
           37   38     3  context  Lsun/jvm/hotspot/debugger/ThreadContext;
    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.linux.LinuxCDebugger this
        start local 1 // java.lang.String fileName
         0: .line 127
            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.linux.LinuxCDebugger this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lsun/jvm/hotspot/debugger/linux/LinuxCDebugger;
            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.linux.LinuxCDebugger this
         0: .line 132
            aconst_null
            areturn
        end local 0 // sun.jvm.hotspot.debugger.linux.LinuxCDebugger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/linux/LinuxCDebugger;
    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.linux.LinuxCDebugger this
         0: .line 136
            iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.debugger.linux.LinuxCDebugger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/linux/LinuxCDebugger;

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